Lines Matching defs:LocallyHotCallSiteThreshold
122 static cl::opt<int> LocallyHotCallSiteThreshold(
1221 /*LocallyHotCallSiteThreshold*/ {},
1893 if (!CallerBFI || !Params.LocallyHotCallSiteThreshold)
1905 return Params.LocallyHotCallSiteThreshold;
2953 /*LocallyHotCallSiteThreshold*/ {},
3180 // populate LocallyHotCallSiteThreshold. Later, we populate
3181 // Params.LocallyHotCallSiteThreshold from -locally-hot-callsite-threshold if
3186 if (LocallyHotCallSiteThreshold.getNumOccurrences() > 0)
3187 Params.LocallyHotCallSiteThreshold = LocallyHotCallSiteThreshold;
3232 // Params.LocallyHotCallSiteThreshold. Below O3, this flag has effect only
3235 Params.LocallyHotCallSiteThreshold = LocallyHotCallSiteThreshold;