Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp121 unsigned ThresholdLocal = UnrollThresholdLocal; in getUnrollingPreferences() local
137 ThresholdLocal = std::min(ThresholdLocal, UP.Threshold); in getUnrollingPreferences()
142 unsigned MaxBoost = std::max(ThresholdPrivate, ThresholdLocal); in getUnrollingPreferences()
185 Threshold = ThresholdLocal; in getUnrollingPreferences()