Home
last modified time | relevance | path

Searched refs:isGuaranteedToExecute (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLICM.cpp157 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/
DMustExecute.h58 bool isGuaranteedToExecute(const Instruction &Inst, const DominatorTree *DT,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMustExecute.cpp104 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/
DLICM.cpp733 !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()
DLoopUnswitch.cpp592 !isGuaranteedToExecute(*TI, DT, currentLoop, &SafetyInfo)) in processCurrentLoop()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h395 bool isGuaranteedToExecute(const Instruction &Inst, const DominatorTree *DT,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1052 !isGuaranteedToExecute(I, DT, CurLoop, SafetyInfo)) in hoist()
1087 isGuaranteedToExecute(Inst, DT, CurLoop, SafetyInfo); in isSafeToExecuteUnconditionally()
1347 if (isGuaranteedToExecute(*UI, DT, CurLoop, SafetyInfo)) { in promoteLoopAccessesToScalars()
DLoopUnswitch.cpp702 !isGuaranteedToExecute(*TI, DT, currentLoop, &SafetyInfo)) in processCurrentLoop()
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp931 bool llvm::isGuaranteedToExecute(const Instruction &Inst, in isGuaranteedToExecute() function in llvm