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.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/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp261 UP.MaxIterationsCountToAnalyze = 32; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h614 unsigned MaxIterationsCountToAnalyze; member