Searched refs:CandidateCost (Results 1 – 1 of 1) sorted by relevance
348 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1); in shouldInline() local376 if (IC2.getCostDelta() <= CandidateCost) { in shouldInline()