Searched refs:TotalSecondaryCost (Results 1 – 1 of 1) sorted by relevance
346 int TotalSecondaryCost = 0; in shouldInline() local378 TotalSecondaryCost += IC2.getCost(); in shouldInline()386 TotalSecondaryCost += InlineConstants::LastCallToStaticBonus; in shouldInline()388 if (inliningPreventsSomeOuterInline && TotalSecondaryCost < IC.getCost()) { in shouldInline()391 ", outer Cost = " << TotalSecondaryCost << '\n'); in shouldInline()