Lines Matching defs:HotCallSiteThreshold
119 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000),
869 // buildInlinerPipeline in the pass builder sets HotCallSiteThreshold to 0
1220 /*HotCallSiteThreshold*/ {},
1889 return Params.HotCallSiteThreshold;
1980 auto HotCallSiteThreshold = getHotCallSiteThreshold(Call, CallerBFI);
1981 if (!Caller->hasOptSize() && HotCallSiteThreshold) {
1987 Threshold = *HotCallSiteThreshold;
2952 /*HotCallSiteThreshold*/ {},
3176 // Set the HotCallSiteThreshold knob from the -hot-callsite-threshold.
3177 Params.HotCallSiteThreshold = HotCallSiteThreshold;