Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMustExecute.cpp86 void ICFLoopSafetyInfo::insertInstructionTo(const Instruction *Inst, in insertInstructionTo() function in ICFLoopSafetyInfo
88 ICF.insertInstructionTo(Inst, BB); in insertInstructionTo()
89 MW.insertInstructionTo(Inst, BB); in insertInstructionTo()
H A DInstructionPrecedenceTracking.cpp102 void InstructionPrecedenceTracking::insertInstructionTo(const Instruction *Inst, in insertInstructionTo() function in InstructionPrecedenceTracking
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DInstructionPrecedenceTracking.h81 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
H A DMustExecute.h156 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp793 SafetyInfo->insertInstructionTo(ReciprocalDivisor, I.getParent()); in hoistRegion()
799 SafetyInfo->insertInstructionTo(Product, I.getParent()); in hoistRegion()
1315 SafetyInfo.insertInstructionTo(&I, Dest.getParent()); in moveInstructionBefore()