Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp220 UP.MaxIterationsCountToAnalyze = UnrollMaxIterationsCountToAnalyze; in gatherUnrollingPreferences()
263 UP.MaxIterationsCountToAnalyze = UnrollMaxIterationsCountToAnalyze; in gatherUnrollingPreferences()
360 unsigned MaxIterationsCountToAnalyze) { in analyzeLoopUnrollCost() argument
364 assert(MaxIterationsCountToAnalyze < in analyzeLoopUnrollCost()
374 if (!TripCount || TripCount > MaxIterationsCountToAnalyze) in analyzeLoopUnrollCost()
858 UP.MaxIterationsCountToAnalyze)) { in shouldFullUnroll()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h630 unsigned MaxIterationsCountToAnalyze; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp271 UP.MaxIterationsCountToAnalyze = 32; in getUnrollingPreferences()