Searched refs:SampleThreshold (Results 1 – 2 of 2) sorted by relevance
155 unsigned int SampleThreshold = SampleColdCallSiteThreshold; in shouldInline() local160 SampleThreshold = SampleColdCallSiteThreshold; in shouldInline()178 SampleThreshold = SampleHotCallSiteThreshold * NormalizedHotness * 100 + in shouldInline()182 return (Candidate.SizeCost < SampleThreshold); in shouldInline()
1353 int SampleThreshold = SampleColdCallSiteThreshold; in shouldInlineCandidate() local1356 SampleThreshold = SampleHotCallSiteThreshold; in shouldInlineCandidate()1408 return InlineCost::get(Cost.getCost(), SampleThreshold); in shouldInlineCandidate()