Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NewCost

2599   bool isPromotionProfitable(unsigned NewCost, unsigned OldCost,
3052 /// \p NewCost gives the cost of extension instructions created by the
3060 unsigned NewCost, unsigned OldCost, Value *PromotedOperand) const {
3061 DEBUG(dbgs() << "OldCost: " << OldCost << "\tNewCost: " << NewCost << '\n');
3065 if (NewCost > OldCost)
3067 if (NewCost < OldCost)