Searched refs:insertInstructionTo (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionPrecedenceTracking.h | 75 LLVM_ABI void insertInstructionTo(const Instruction *Inst,
|
| H A D | MustExecute.h | 165 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionPrecedenceTracking.cpp | 101 void InstructionPrecedenceTracking::insertInstructionTo(const Instruction *Inst, in insertInstructionTo() function in InstructionPrecedenceTracking
|
| H A D | MustExecute.cpp | 91 void ICFLoopSafetyInfo::insertInstructionTo(const Instruction *Inst, in insertInstructionTo() function in ICFLoopSafetyInfo 93 ICF.insertInstructionTo(Inst, BB); in insertInstructionTo() 94 MW.insertInstructionTo(Inst, BB); in insertInstructionTo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 937 SafetyInfo->insertInstructionTo(ReciprocalDivisor, I.getParent()); in hoistRegion() 944 SafetyInfo->insertInstructionTo(Product, I.getParent()); in hoistRegion() 1447 SafetyInfo.insertInstructionTo(&I, Dest->getParent()); in moveInstructionBefore()
|
| H A D | GVN.cpp | 1622 ICF->insertInstructionTo(NewLoad, UnavailableBlock); in eliminatePartiallyRedundantLoad() 2960 ICF->insertInstructionTo(Instr, Pred); in performScalarPREInsertion()
|