Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp251 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 DLICM.cpp988 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 DLoopUnswitch.cpp743 !SafetyInfo.isGuaranteedToExecute(*TI, DT, CurrentLoop)) in processCurrentLoop()
H A DSimpleLoopUnswitch.cpp2177 if (!SafetyInfo.isGuaranteedToExecute(TI, &DT, &L)) in unswitchNontrivialInvariants()