Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DInstructionPrecedenceTracking.h77 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
DMustExecute.h164 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInstructionPrecedenceTracking.h80 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
DMustExecute.h167 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
/external/llvm-project/llvm/lib/Analysis/
DInstructionPrecedenceTracking.cpp103 void InstructionPrecedenceTracking::insertInstructionTo(const Instruction *Inst, in insertInstructionTo() function in InstructionPrecedenceTracking
DMustExecute.cpp94 void ICFLoopSafetyInfo::insertInstructionTo(const Instruction *Inst, in insertInstructionTo() function in ICFLoopSafetyInfo
96 ICF.insertInstructionTo(Inst, BB); in insertInstructionTo()
97 MW.insertInstructionTo(Inst, BB); in insertInstructionTo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionPrecedenceTracking.cpp103 void InstructionPrecedenceTracking::insertInstructionTo(const Instruction *Inst, in insertInstructionTo() function in InstructionPrecedenceTracking
DMustExecute.cpp92 void ICFLoopSafetyInfo::insertInstructionTo(const Instruction *Inst, in insertInstructionTo() function in ICFLoopSafetyInfo
94 ICF.insertInstructionTo(Inst, BB); in insertInstructionTo()
95 MW.insertInstructionTo(Inst, BB); in insertInstructionTo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp876 SafetyInfo->insertInstructionTo(ReciprocalDivisor, I.getParent()); in hoistRegion()
882 SafetyInfo->insertInstructionTo(Product, I.getParent()); in hoistRegion()
1454 SafetyInfo.insertInstructionTo(&I, Dest.getParent()); in moveInstructionBefore()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLICM.cpp902 SafetyInfo->insertInstructionTo(ReciprocalDivisor, I.getParent()); in hoistRegion()
908 SafetyInfo->insertInstructionTo(Product, I.getParent()); in hoistRegion()
1503 SafetyInfo.insertInstructionTo(&I, Dest.getParent()); in moveInstructionBefore()