Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2160 class InstructionMoveBefore : public TypePromotionAction { class in __anonebd7bfba0211::TypePromotionTransaction
2166 InstructionMoveBefore(Instruction *Inst, Instruction *Before) in InstructionMoveBefore() function in __anonebd7bfba0211::TypePromotionTransaction::InstructionMoveBefore
2499 make_unique<TypePromotionTransaction::InstructionMoveBefore>(Inst, Before)); in moveBefore()