Searched refs:LocallyHotCallSiteThreshold (Results 1 – 2 of 2) sorted by relevance
122 static cl::opt<int> LocallyHotCallSiteThreshold( variable1893 if (!CallerBFI || !Params.LocallyHotCallSiteThreshold) in getHotCallSiteThreshold()1905 return Params.LocallyHotCallSiteThreshold; in getHotCallSiteThreshold()3186 if (LocallyHotCallSiteThreshold.getNumOccurrences() > 0) in getInlineParams()3187 Params.LocallyHotCallSiteThreshold = LocallyHotCallSiteThreshold; in getInlineParams()3235 Params.LocallyHotCallSiteThreshold = LocallyHotCallSiteThreshold; in getInlineParams()
227 std::optional<int> LocallyHotCallSiteThreshold; member