Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h50 /// isGuaranteedToExecute below, but some callers bailout or fallback to
97 virtual bool isGuaranteedToExecute(const Instruction &Inst,
122 bool isGuaranteedToExecute(const Instruction &Inst,
147 bool isGuaranteedToExecute(const Instruction &Inst,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp258 bool SimpleLoopSafetyInfo::isGuaranteedToExecute(const Instruction &Inst, in isGuaranteedToExecute() function in SimpleLoopSafetyInfo
277 bool ICFLoopSafetyInfo::isGuaranteedToExecute(const Instruction &Inst, in isGuaranteedToExecute() function in ICFLoopSafetyInfo
318 return LSI.isGuaranteedToExecute(I, DT, L) || in isMustExecuteIn()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp960 return SafetyInfo->isGuaranteedToExecute(I, DT, CurLoop) && in hoistRegion()
1762 !SafetyInfo->isGuaranteedToExecute(I, DT, CurLoop)) in hoist()
1795 SafetyInfo->isGuaranteedToExecute(Inst, DT, CurLoop); in isSafeToExecuteUnconditionally()
2119 SafetyInfo->isGuaranteedToExecute(*UI, DT, CurLoop); in promoteLoopAccessesToScalars()
H A DSimpleLoopUnswitch.cpp2339 if (!SafetyInfo.isGuaranteedToExecute(TI, &DT, &L)) in unswitchNontrivialInvariants()
3481 if (SafetyInfo.isGuaranteedToExecute(TI, &DT, &L)) in shouldInsertFreeze()