Searched refs:SampleThreshold (Results 1 – 2 of 2) sorted by relevance
110 unsigned int SampleThreshold = SampleColdCallSiteThreshold; in shouldInline() local112 SampleThreshold = SampleHotCallSiteThreshold; in shouldInline()117 SampleThreshold = SampleColdCallSiteThreshold; in shouldInline()119 return (Candidate.SizeCost < SampleThreshold); in shouldInline()
1264 int SampleThreshold = SampleColdCallSiteThreshold; in shouldInlineCandidate() local1267 SampleThreshold = SampleHotCallSiteThreshold; in shouldInlineCandidate()1298 return InlineCost::get(Cost.getCost(), SampleThreshold); in shouldInlineCandidate()