Searched refs:LocallyHotCallSiteThreshold (Results 1 – 2 of 2) sorted by relevance
108 static cl::opt<int> LocallyHotCallSiteThreshold( variable1762 if (!CallerBFI || !Params.LocallyHotCallSiteThreshold) in getHotCallSiteThreshold()1773 return Params.LocallyHotCallSiteThreshold; in getHotCallSiteThreshold()3034 if (LocallyHotCallSiteThreshold.getNumOccurrences() > 0) in getInlineParams()3035 Params.LocallyHotCallSiteThreshold = LocallyHotCallSiteThreshold; in getInlineParams()3083 Params.LocallyHotCallSiteThreshold = LocallyHotCallSiteThreshold; in getInlineParams()
211 Optional<int> LocallyHotCallSiteThreshold; member