Home
last modified time | relevance | path

Searched refs:MaxIterationsCountToAnalyze (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopUnrollPass.cpp221 UP.MaxIterationsCountToAnalyze = UnrollMaxIterationsCountToAnalyze; in gatherUnrollingPreferences()
262 UP.MaxIterationsCountToAnalyze = UnrollMaxIterationsCountToAnalyze; in gatherUnrollingPreferences()
359 unsigned MaxIterationsCountToAnalyze) { in analyzeLoopUnrollCost() argument
363 assert(MaxIterationsCountToAnalyze < in analyzeLoopUnrollCost()
373 if (!TripCount || TripCount > MaxIterationsCountToAnalyze) in analyzeLoopUnrollCost()
857 UP.MaxIterationsCountToAnalyze)) { in shouldFullUnroll()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetTransformInfo.cpp261 UP.MaxIterationsCountToAnalyze = 32; in getUnrollingPreferences()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h614 unsigned MaxIterationsCountToAnalyze; member