Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2375 class InstructionRemover : public TypePromotionAction { class in __anonebd7bfba0211::TypePromotionTransaction
2388 InstructionRemover(Instruction *Inst, Value *New = nullptr) in InstructionRemover() function in __anonebd7bfba0211::TypePromotionTransaction::InstructionRemover
2397 ~InstructionRemover() override { delete Replacer; } in ~InstructionRemover()
2460 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