Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp123 unsigned ThresholdLocal = UnrollThresholdLocal; in getUnrollingPreferences() local
139 ThresholdLocal = std::min(ThresholdLocal, UP.Threshold); in getUnrollingPreferences()
144 unsigned MaxBoost = std::max(ThresholdPrivate, ThresholdLocal); in getUnrollingPreferences()
187 Threshold = ThresholdLocal; in getUnrollingPreferences()