Searched refs:isGuaranteedToExecute (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LICM.cpp | 157 bool isGuaranteedToExecute(Instruction &I); 585 return isGuaranteedToExecute(Inst); in isSafeToExecuteUnconditionally() 588 bool LICM::isGuaranteedToExecute(Instruction &Inst) { in isGuaranteedToExecute() function in LICM 749 if (isGuaranteedToExecute(*Use)) { in PromoteAliasSet() 755 GuaranteedToExecute = isGuaranteedToExecute(*Use); in PromoteAliasSet()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MustExecute.h | 58 bool isGuaranteedToExecute(const Instruction &Inst, const DominatorTree *DT,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MustExecute.cpp | 104 bool llvm::isGuaranteedToExecute(const Instruction &Inst, in isGuaranteedToExecute() function in llvm 200 return isGuaranteedToExecute(I, DT, L, &LSI) || in isMustExecuteIn()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 733 !isGuaranteedToExecute(I, DT, CurLoop, SafetyInfo)) in hoist() 758 return isGuaranteedToExecute(Inst, DT, CurLoop, SafetyInfo); in isSafeToExecuteUnconditionally() 974 if (isGuaranteedToExecute(*UI, DT, CurLoop, SafetyInfo)) { in promoteLoopAccessesToScalars() 980 isGuaranteedToExecute(*UI, DT, CurLoop, SafetyInfo); in promoteLoopAccessesToScalars()
|
D | LoopUnswitch.cpp | 592 !isGuaranteedToExecute(*TI, DT, currentLoop, &SafetyInfo)) in processCurrentLoop()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 395 bool isGuaranteedToExecute(const Instruction &Inst, const DominatorTree *DT,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 1052 !isGuaranteedToExecute(I, DT, CurLoop, SafetyInfo)) in hoist() 1087 isGuaranteedToExecute(Inst, DT, CurLoop, SafetyInfo); in isSafeToExecuteUnconditionally() 1347 if (isGuaranteedToExecute(*UI, DT, CurLoop, SafetyInfo)) { in promoteLoopAccessesToScalars()
|
D | LoopUnswitch.cpp | 702 !isGuaranteedToExecute(*TI, DT, currentLoop, &SafetyInfo)) in processCurrentLoop()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 931 bool llvm::isGuaranteedToExecute(const Instruction &Inst, in isGuaranteedToExecute() function in llvm
|