Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp214 UP.MaxIterationsCountToAnalyze = UnrollMaxIterationsCountToAnalyze; in gatherUnrollingPreferences()
253 UP.MaxIterationsCountToAnalyze = UnrollMaxIterationsCountToAnalyze; in gatherUnrollingPreferences()
340 unsigned MaxIterationsCountToAnalyze) { in analyzeLoopUnrollCost() argument
344 assert(MaxIterationsCountToAnalyze < in analyzeLoopUnrollCost()
354 if (!TripCount || TripCount > MaxIterationsCountToAnalyze) in analyzeLoopUnrollCost()
858 UP.MaxIterationsCountToAnalyze)) { in computeUnrollCount()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp255 UP.MaxIterationsCountToAnalyze = 32; in getUnrollingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h502 unsigned MaxIterationsCountToAnalyze; member