Searched refs:getCostDelta (Results 1 – 2 of 2) sorted by relevance
320 << ", thres=" << (IC.getCostDelta() + IC.getCost()) in shouldInline()325 Twine(IC.getCostDelta() + IC.getCost()) + ")"); in shouldInline()376 if (IC2.getCostDelta() <= CandidateCost) { in shouldInline()402 << ", thres=" << (IC.getCostDelta() + IC.getCost()) in shouldInline()407 " (threshold=" + Twine(IC.getCostDelta() + IC.getCost()) + ")"); in shouldInline()
98 int getCostDelta() const { return Threshold - getCost(); } in getCostDelta() function