Searched refs:LocallyHotCallSiteThreshold (Results 1 – 2 of 2) sorted by relevance
72 static cl::opt<int> LocallyHotCallSiteThreshold( variable828 if (!CallerBFI || !Params.LocallyHotCallSiteThreshold) in getHotCallSiteThreshold()839 return Params.LocallyHotCallSiteThreshold; in getHotCallSiteThreshold()2104 if (LocallyHotCallSiteThreshold.getNumOccurrences() > 0) in getInlineParams()2105 Params.LocallyHotCallSiteThreshold = LocallyHotCallSiteThreshold; in getInlineParams()2152 Params.LocallyHotCallSiteThreshold = LocallyHotCallSiteThreshold; in getInlineParams()
151 Optional<int> LocallyHotCallSiteThreshold; member