Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp119 unsigned ThresholdLocal = UnrollThresholdLocal; in getUnrollingPreferences() local
135 ThresholdLocal = std::min(ThresholdLocal, UP.Threshold); in getUnrollingPreferences()
140 unsigned MaxBoost = std::max(ThresholdPrivate, ThresholdLocal); in getUnrollingPreferences()
183 Threshold = ThresholdLocal; in getUnrollingPreferences()