Searched refs:Cost2 (Results 1 – 1 of 1) sorted by relevance
277 int Cost2 = IC2.getValue(); in shouldInline() local281 if (Cost2 >= (int)(CurrentThreshold2 * FudgeFactor2)) in shouldInline()286 if (Cost2 < (int)(CurrentThreshold2 * FudgeFactor2) && in shouldInline()287 Cost2 + Cost - (InlineConstants::CallPenalty + 1) >= in shouldInline()290 TotalSecondaryCost += Cost2; in shouldInline()