Searched refs:getCostDelta (Results 1 – 5 of 5) sorted by relevance
176 int getCostDelta() const { return Threshold - getCost(); } in getCostDelta() function
1105 else if (IC.isVariable() && IC.getCostDelta() > 0) in getInliningBonus()1106 InliningBonus += IC.getCostDelta(); in getInliningBonus()
758 << NV("Threshold", IC.getCostDelta() + IC.getCost()) << ")"; in shouldPartialInline()790 << NV("Threshold", IC.getCostDelta() + IC.getCost()) << ")"; in shouldPartialInline()
343 if (IC2.getCostDelta() <= CandidateCost) { in shouldBeDeferred()
221 int getCostDelta() const { return CostAfter - CostBefore; } in getCostDelta() function1495 OS << "cost delta = " << Record->getCostDelta(); in emitInstructionAnnot()