Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp130 ConstantInt *MetaThresholdValue = mdconst::extract_or_null<ConstantInt>( in getUnrollingPreferences() local
132 if (MetaThresholdValue) { in getUnrollingPreferences()
136 UP.Threshold = MetaThresholdValue->getSExtValue(); in getUnrollingPreferences()