Searched refs:isGuaranteedToExecute (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/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,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MustExecute.cpp | 248 bool SimpleLoopSafetyInfo::isGuaranteedToExecute(const Instruction &Inst, in isGuaranteedToExecute() function in SimpleLoopSafetyInfo 267 bool ICFLoopSafetyInfo::isGuaranteedToExecute(const Instruction &Inst, in isGuaranteedToExecute() function in ICFLoopSafetyInfo 403 return LSI.isGuaranteedToExecute(I, DT, L) || in isMustExecuteIn()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 945 return SafetyInfo->isGuaranteedToExecute(I, DT, CurLoop) && in hoistRegion() 1718 !SafetyInfo->isGuaranteedToExecute(I, DT, CurLoop)) in hoist() 1749 SafetyInfo->isGuaranteedToExecute(Inst, DT, CurLoop); in isSafeToExecuteUnconditionally() 2043 SafetyInfo->isGuaranteedToExecute(*UI, DT, CurLoop); in promoteLoopAccessesToScalars()
|
| H A D | SimpleLoopUnswitch.cpp | 2157 InsertFreeze = !SafetyInfo.isGuaranteedToExecute(TI, &DT, &L); in unswitchNontrivialInvariants() 2211 if (!SafetyInfo.isGuaranteedToExecute(TI, &DT, &L)) in unswitchNontrivialInvariants()
|