Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3545 class UsesReplacer : public TypePromotionAction { class in __anon1d600f580d11::TypePromotionTransaction
3573 UsesReplacer(Instruction *Inst, Value *New) in UsesReplacer() function in __anon1d600f580d11::TypePromotionTransaction::UsesReplacer
3618 UsesReplacer *Replacer = nullptr;
3633 Replacer = new UsesReplacer(Inst, New); in InstructionRemover()
3729 std::make_unique<TypePromotionTransaction::UsesReplacer>(Inst, New)); in replaceAllUsesWith()