Searched refs:insertInstructionTo (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | InstructionPrecedenceTracking.h | 77 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
|
D | MustExecute.h | 164 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | InstructionPrecedenceTracking.h | 80 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
|
D | MustExecute.h | 167 void insertInstructionTo(const Instruction *Inst, const BasicBlock *BB);
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InstructionPrecedenceTracking.cpp | 103 void InstructionPrecedenceTracking::insertInstructionTo(const Instruction *Inst, in insertInstructionTo() function in InstructionPrecedenceTracking
|
D | MustExecute.cpp | 94 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/ |
D | InstructionPrecedenceTracking.cpp | 103 void InstructionPrecedenceTracking::insertInstructionTo(const Instruction *Inst, in insertInstructionTo() function in InstructionPrecedenceTracking
|
D | MustExecute.cpp | 92 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/ |
D | LICM.cpp | 876 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/ |
D | LICM.cpp | 902 SafetyInfo->insertInstructionTo(ReciprocalDivisor, I.getParent()); in hoistRegion() 908 SafetyInfo->insertInstructionTo(Product, I.getParent()); in hoistRegion() 1503 SafetyInfo.insertInstructionTo(&I, Dest.getParent()); in moveInstructionBefore()
|