Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1312 unsigned AllocaThresholdBonus = (Threshold * ArgAllocaSize) / AllocaSize; in getCallerAllocaCost() local
1314 return AllocaThresholdBonus; in getCallerAllocaCost()