Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp131 unsigned ThresholdLocal = UnrollThresholdLocal; in getUnrollingPreferences() local
147 ThresholdLocal = std::min(ThresholdLocal, UP.Threshold); in getUnrollingPreferences()
152 unsigned MaxBoost = std::max(ThresholdPrivate, ThresholdLocal); in getUnrollingPreferences()
195 Threshold = ThresholdLocal; in getUnrollingPreferences()