Searched refs:isGuaranteedToExecute (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MustExecute.h | 50 /// 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 D | MustExecute.cpp | 258 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 D | LICM.cpp | 960 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 D | SimpleLoopUnswitch.cpp | 2339 if (!SafetyInfo.isGuaranteedToExecute(TI, &DT, &L)) in unswitchNontrivialInvariants() 3481 if (SafetyInfo.isGuaranteedToExecute(TI, &DT, &L)) in shouldInsertFreeze()
|