Searched refs:isGuaranteedToExecute (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MustExecute.h | 98 virtual bool isGuaranteedToExecute(const Instruction &Inst, 123 bool isGuaranteedToExecute(const Instruction &Inst, 148 bool isGuaranteedToExecute(const Instruction &Inst,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MustExecute.cpp | 266 bool SimpleLoopSafetyInfo::isGuaranteedToExecute(const Instruction &Inst, in isGuaranteedToExecute() function in SimpleLoopSafetyInfo 285 bool ICFLoopSafetyInfo::isGuaranteedToExecute(const Instruction &Inst, in isGuaranteedToExecute() function in ICFLoopSafetyInfo 326 return LSI.isGuaranteedToExecute(I, DT, L) || in isMustExecuteIn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 963 return SafetyInfo->isGuaranteedToExecute(I, DT, CurLoop) && in hoistRegion() 1691 !SafetyInfo->isGuaranteedToExecute(I, DT, CurLoop)) in hoist() 1724 SafetyInfo->isGuaranteedToExecute(Inst, DT, CurLoop); in isSafeToExecuteUnconditionally() 2023 SafetyInfo->isGuaranteedToExecute(*UI, DT, CurLoop); in promoteLoopAccessesToScalars() 2054 SafetyInfo->isGuaranteedToExecute(*UI, DT, CurLoop); in promoteLoopAccessesToScalars()
|
| H A D | SimpleLoopUnswitch.cpp | 2344 if (!SafetyInfo.isGuaranteedToExecute(TI, &DT, &L)) in unswitchNontrivialInvariants() 3488 if (SafetyInfo.isGuaranteedToExecute(TI, &DT, &L)) in shouldInsertFreeze()
|