Searched refs:UsesReplacer (Results 1 – 1 of 1) sorted by relevance
1854 class UsesReplacer : public TypePromotionAction { class in __anonebd7bfba0211::TypePromotionTransaction1871 UsesReplacer(Instruction *Inst, Value *New) : TypePromotionAction(Inst) { in UsesReplacer() function in __anonebd7bfba0211::TypePromotionTransaction::UsesReplacer1902 UsesReplacer *Replacer;1912 Replacer = new UsesReplacer(Inst, New); in InstructionRemover()1985 Actions.push_back(make_unique<TypePromotionTransaction::UsesReplacer>(Inst, New)); in replaceAllUsesWith()