Searched refs:insertInstructionTo (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstructionPrecedenceTracking.h | 77 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
|
H A D | MustExecute.h | 129 /// that should be invalidated by calling the methods insertInstructionTo and 164 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionPrecedenceTracking.cpp | 109 void InstructionPrecedenceTracking::insertInstructionTo(const Instruction *Inst, in insertInstructionTo() function in InstructionPrecedenceTracking
|
H A D | MustExecute.cpp | 93 void ICFLoopSafetyInfo::insertInstructionTo(const Instruction *Inst, in insertInstructionTo() function in ICFLoopSafetyInfo 95 ICF.insertInstructionTo(Inst, BB); in insertInstructionTo() 96 MW.insertInstructionTo(Inst, BB); in insertInstructionTo()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 934 SafetyInfo->insertInstructionTo(ReciprocalDivisor, I.getParent()); in hoistRegion() 941 SafetyInfo->insertInstructionTo(Product, I.getParent()); in hoistRegion() 1515 SafetyInfo.insertInstructionTo(&I, Dest->getParent()); in moveInstructionBefore()
|
H A D | GVN.cpp | 1527 ICF->insertInstructionTo(NewLoad, UnavailableBlock); in eliminatePartiallyRedundantLoad() 2928 ICF->insertInstructionTo(Instr, Pred); in performScalarPREInsertion()
|