Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMustExecute.h97 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 DMustExecute.cpp248 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 DLICM.cpp945 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 DSimpleLoopUnswitch.cpp2157 InsertFreeze = !SafetyInfo.isGuaranteedToExecute(TI, &DT, &L); in unswitchNontrivialInvariants()
2211 if (!SafetyInfo.isGuaranteedToExecute(TI, &DT, &L)) in unswitchNontrivialInvariants()