Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp215 UP.MaxIterationsCountToAnalyze = UnrollMaxIterationsCountToAnalyze; in gatherUnrollingPreferences()
256 UP.MaxIterationsCountToAnalyze = UnrollMaxIterationsCountToAnalyze; in gatherUnrollingPreferences()
353 unsigned MaxIterationsCountToAnalyze) { in analyzeLoopUnrollCost() argument
357 assert(MaxIterationsCountToAnalyze < in analyzeLoopUnrollCost()
367 if (!TripCount || TripCount > MaxIterationsCountToAnalyze) in analyzeLoopUnrollCost()
811 UP.MaxIterationsCountToAnalyze)) { in shouldFullUnroll()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp261 UP.MaxIterationsCountToAnalyze = 32; in getUnrollingPreferences()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h604 unsigned MaxIterationsCountToAnalyze; member