Searched refs:isGuaranteedToExecute (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | MustExecute.h | 85 virtual bool isGuaranteedToExecute(const Instruction &Inst, 110 virtual bool isGuaranteedToExecute(const Instruction &Inst, 139 virtual bool isGuaranteedToExecute(const Instruction &Inst,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | MustExecute.cpp | 235 bool SimpleLoopSafetyInfo::isGuaranteedToExecute(const Instruction &Inst, in isGuaranteedToExecute() function in SimpleLoopSafetyInfo 254 bool ICFLoopSafetyInfo::isGuaranteedToExecute(const Instruction &Inst, in isGuaranteedToExecute() function in ICFLoopSafetyInfo 323 return LSI.isGuaranteedToExecute(I, DT, L) || in isMustExecuteIn()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 816 SafetyInfo->isGuaranteedToExecute(I, DT, CurLoop) && in hoistRegion() 1547 !SafetyInfo->isGuaranteedToExecute(I, DT, CurLoop)) in hoist() 1592 SafetyInfo->isGuaranteedToExecute(Inst, DT, CurLoop); in isSafeToExecuteUnconditionally() 1856 if (SafetyInfo->isGuaranteedToExecute(*UI, DT, CurLoop)) { in promoteLoopAccessesToScalars()
|
| H A D | LoopUnswitch.cpp | 724 !SafetyInfo.isGuaranteedToExecute(*TI, DT, currentLoop)) in processCurrentLoop()
|