Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp103 unsigned ThresholdLocal = UnrollThresholdLocal; in getUnrollingPreferences() local
104 unsigned MaxBoost = std::max(ThresholdPrivate, ThresholdLocal); in getUnrollingPreferences()
145 Threshold = ThresholdLocal; in getUnrollingPreferences()