Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionPrecedenceTracking.h77 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
H A DMustExecute.h164 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp109 void InstructionPrecedenceTracking::insertInstructionTo(const Instruction *Inst, in insertInstructionTo() function in InstructionPrecedenceTracking
H A DMustExecute.cpp93 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-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp925 SafetyInfo->insertInstructionTo(ReciprocalDivisor, I.getParent()); in hoistRegion()
931 SafetyInfo->insertInstructionTo(Product, I.getParent()); in hoistRegion()
1500 SafetyInfo.insertInstructionTo(&I, Dest->getParent()); in moveInstructionBefore()
H A DGVN.cpp1462 ICF->insertInstructionTo(NewLoad, UnavailableBlock); in eliminatePartiallyRedundantLoad()
2856 ICF->insertInstructionTo(Instr, Pred); in performScalarPREInsertion()