Searched refs:isGuaranteedToExecute (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MustExecute.h | 97 virtual bool isGuaranteedToExecute(const Instruction &Inst, 122 bool isGuaranteedToExecute(const Instruction &Inst, 147 bool isGuaranteedToExecute(const Instruction &Inst,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MustExecute.cpp | 251 bool SimpleLoopSafetyInfo::isGuaranteedToExecute(const Instruction &Inst, in isGuaranteedToExecute() function in SimpleLoopSafetyInfo 270 bool ICFLoopSafetyInfo::isGuaranteedToExecute(const Instruction &Inst, in isGuaranteedToExecute() function in ICFLoopSafetyInfo 406 return LSI.isGuaranteedToExecute(I, DT, L) || in isMustExecuteIn()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 988 return SafetyInfo->isGuaranteedToExecute(I, DT, CurLoop) && in hoistRegion() 1821 !SafetyInfo->isGuaranteedToExecute(I, DT, CurLoop)) in hoist() 1854 SafetyInfo->isGuaranteedToExecute(Inst, DT, CurLoop); in isSafeToExecuteUnconditionally() 2161 if (SafetyInfo->isGuaranteedToExecute(*UI, DT, CurLoop)) { in promoteLoopAccessesToScalars()
|
| H A D | LoopUnswitch.cpp | 743 !SafetyInfo.isGuaranteedToExecute(*TI, DT, CurrentLoop)) in processCurrentLoop()
|
| H A D | SimpleLoopUnswitch.cpp | 2177 if (!SafetyInfo.isGuaranteedToExecute(TI, &DT, &L)) in unswitchNontrivialInvariants()
|