Home
last modified time | relevance | path

Searched refs:UsesReplacer (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2334 class UsesReplacer : public TypePromotionAction { class in __anonebd7bfba0211::TypePromotionTransaction
2351 UsesReplacer(Instruction *Inst, Value *New) : TypePromotionAction(Inst) { in UsesReplacer() function in __anonebd7bfba0211::TypePromotionTransaction::UsesReplacer
2382 UsesReplacer *Replacer;
2392 Replacer = new UsesReplacer(Inst, New); in InstructionRemover()
2465 Actions.push_back(make_unique<TypePromotionTransaction::UsesReplacer>(Inst, New)); in replaceAllUsesWith()