Searched refs:getCostDelta (Results 1 – 2 of 2) sorted by relevance
246 << ", thres=" << (IC.getCostDelta() + IC.getCost()) in shouldInline()300 if (IC2.getCostDelta() <= CandidateCost) { in shouldInline()321 << ", thres=" << (IC.getCostDelta() + IC.getCost()) in shouldInline()
99 int getCostDelta() const { return Threshold - getCost(); } in getCostDelta() function