Searched refs:SampleColdCallSiteThreshold (Results 1 – 2 of 2) sorted by relevance
28 extern cl::opt<int> SampleColdCallSiteThreshold;
221 cl::opt<int> SampleColdCallSiteThreshold( variable1060 return Cost.getCost() <= SampleColdCallSiteThreshold; in shouldInlineColdCallee()1397 int SampleThreshold = SampleColdCallSiteThreshold; in shouldInlineCandidate()