Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp1911 class UsesReplacer : public TypePromotionAction { class in __anon08e94ae70211::TypePromotionTransaction
1928 UsesReplacer(Instruction *Inst, Value *New) : TypePromotionAction(Inst) { in UsesReplacer() function in __anon08e94ae70211::TypePromotionTransaction::UsesReplacer
1959 UsesReplacer *Replacer;
1969 Replacer = new UsesReplacer(Inst, New); in InstructionRemover()
2042 Actions.push_back(make_unique<TypePromotionTransaction::UsesReplacer>(Inst, New)); in replaceAllUsesWith()