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