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