Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h615 bool mustProgress() const { in mustProgress() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp119 if (L->getHeader()->getParent()->mustProgress()) in isLoopDead()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp1115 return L->getHeader()->getParent()->mustProgress() || hasMustProgress(L); in isMustProgress()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1678 if (F.mustProgress() && F.onlyReadsMemory()) in functionWillReturn()
H A DAttributorAttributes.cpp2886 if ((!getAnchorScope() || !getAnchorScope()->mustProgress()) && in isImpliedByMustprogressAndReadonly()
2887 (!getAssociatedFunction() || !getAssociatedFunction()->mustProgress())) in isImpliedByMustprogressAndReadonly()