Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp116 if (L->getHeader()->getParent()->mustProgress()) in isLoopDead()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h646 bool mustProgress() const { in mustProgress() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1151 return L->getHeader()->getParent()->mustProgress() || hasMustProgress(L); in isMustProgress()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1771 if (F.mustProgress() && F.onlyReadsMemory()) in functionWillReturn()