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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionPrecedenceTracking.h80 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
H A DMustExecute.h132 /// that should be invalidated by calling the methods insertInstructionTo and
167 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp103 void InstructionPrecedenceTracking::insertInstructionTo(const Instruction *Inst, function in class:InstructionPrecedenceTracking
H A DMustExecute.cpp92 void ICFLoopSafetyInfo::insertInstructionTo(const Instruction *Inst, function in class:ICFLoopSafetyInfo
94 ICF.insertInstructionTo(Inst, BB);
95 MW.insertInstructionTo(Inst, BB);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp876 SafetyInfo->insertInstructionTo(ReciprocalDivisor, I.getParent());
882 SafetyInfo->insertInstructionTo(Product, I.getParent());
1454 SafetyInfo.insertInstructionTo(&I, Dest.getParent());

Completed in 71 milliseconds