Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp118 if (L->getHeader()->getParent()->mustProgress()) in isLoopDead()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h595 bool mustProgress() const { in mustProgress() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp1119 return L->getHeader()->getParent()->mustProgress() || hasMustProgress(L); in isMustProgress()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1591 if (F.mustProgress() && F.onlyReadsMemory()) in functionWillReturn()
H A DAttributorAttributes.cpp3311 if ((!getAnchorScope() || !getAnchorScope()->mustProgress()) && in isImpliedByMustprogressAndReadonly()
3312 (!getAssociatedFunction() || !getAssociatedFunction()->mustProgress())) in isImpliedByMustprogressAndReadonly()