Lines Matching defs:LocallyHotCallSiteThreshold
122 static cl::opt<int> LocallyHotCallSiteThreshold(
1240 /*LocallyHotCallSiteThreshold*/ {},
1905 if (!CallerBFI || !Params.LocallyHotCallSiteThreshold)
1917 return Params.LocallyHotCallSiteThreshold;
2985 /*LocallyHotCallSiteThreshold*/ {},
3213 // populate LocallyHotCallSiteThreshold. Later, we populate
3214 // Params.LocallyHotCallSiteThreshold from -locally-hot-callsite-threshold if
3219 if (LocallyHotCallSiteThreshold.getNumOccurrences() > 0)
3220 Params.LocallyHotCallSiteThreshold = LocallyHotCallSiteThreshold;
3265 // Params.LocallyHotCallSiteThreshold. Below O3, this flag has effect only
3268 Params.LocallyHotCallSiteThreshold = LocallyHotCallSiteThreshold;