Searched refs:insertInstructionTo (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | InstructionPrecedenceTracking.h | 77 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
|
H A D | MustExecute.h | 164 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InstructionPrecedenceTracking.cpp | 103 void InstructionPrecedenceTracking::insertInstructionTo(const Instruction *Inst, in insertInstructionTo() function in InstructionPrecedenceTracking
|
H A D | MustExecute.cpp | 95 void ICFLoopSafetyInfo::insertInstructionTo(const Instruction *Inst, in insertInstructionTo() function in ICFLoopSafetyInfo 97 ICF.insertInstructionTo(Inst, BB); in insertInstructionTo() 98 MW.insertInstructionTo(Inst, BB); in insertInstructionTo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 936 SafetyInfo->insertInstructionTo(ReciprocalDivisor, I.getParent()); in hoistRegion() 942 SafetyInfo->insertInstructionTo(Product, I.getParent()); in hoistRegion() 1535 SafetyInfo.insertInstructionTo(&I, Dest.getParent()); in moveInstructionBefore()
|
H A D | GVN.cpp | 2606 ICF->insertInstructionTo(Instr, Pred); in performScalarPREInsertion()
|