Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1895 class InstructionRemover : public TypePromotionAction { class in __anonebd7bfba0211::TypePromotionTransaction
1908 InstructionRemover(Instruction *Inst, Value *New = nullptr) in InstructionRemover() function in __anonebd7bfba0211::TypePromotionTransaction::InstructionRemover
1917 ~InstructionRemover() override { delete Replacer; } in ~InstructionRemover()
1980 make_unique<TypePromotionTransaction::InstructionRemover>(Inst, NewVal)); in eraseInstruction()
/external/llvm/test/CodeGen/X86/
Dcodegen-prepare-addrmode-sext.ll269 ; Test the InstructionRemover undo, which was the only one not