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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2335 class UsesReplacer : public TypePromotionAction { class in class:__anon2445::TypePromotionTransaction
2352 UsesReplacer(Instruction *Inst, Value *New) : TypePromotionAction(Inst) { function in class:__anon2445::TypePromotionTransaction::UsesReplacer
2383 UsesReplacer *Replacer;
2393 Replacer = new UsesReplacer(Inst, New);
2466 Actions.push_back(make_unique<TypePromotionTransaction::UsesReplacer>(Inst, New));

Completed in 69 milliseconds