Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMustExecute.h85 virtual bool isGuaranteedToExecute(const Instruction &Inst,
110 virtual bool isGuaranteedToExecute(const Instruction &Inst,
139 virtual bool isGuaranteedToExecute(const Instruction &Inst,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMustExecute.cpp235 bool SimpleLoopSafetyInfo::isGuaranteedToExecute(const Instruction &Inst, in isGuaranteedToExecute() function in SimpleLoopSafetyInfo
254 bool ICFLoopSafetyInfo::isGuaranteedToExecute(const Instruction &Inst, in isGuaranteedToExecute() function in ICFLoopSafetyInfo
323 return LSI.isGuaranteedToExecute(I, DT, L) || in isMustExecuteIn()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp816 SafetyInfo->isGuaranteedToExecute(I, DT, CurLoop) && in hoistRegion()
1547 !SafetyInfo->isGuaranteedToExecute(I, DT, CurLoop)) in hoist()
1592 SafetyInfo->isGuaranteedToExecute(Inst, DT, CurLoop); in isSafeToExecuteUnconditionally()
1856 if (SafetyInfo->isGuaranteedToExecute(*UI, DT, CurLoop)) { in promoteLoopAccessesToScalars()
H A DLoopUnswitch.cpp724 !SafetyInfo.isGuaranteedToExecute(*TI, DT, currentLoop)) in processCurrentLoop()