Searched refs:Thres (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInline.cpp109 int Thres = Params.DefaultThreshold; local
117 if (InlineHint && Params.HintThreshold && Params.HintThreshold > Thres
119 Thres = Params.HintThreshold.getValue() *
124 return (unsigned)Thres;
151 Thres += ArgAllocaCost;
153 return (unsigned)Thres;

Completed in 69 milliseconds