Home
last modified time | relevance | path

Searched refs:hasMustProgress (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h663 bool hasMustProgress(const Loop *L);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp129 if (hasMustProgress(Current)) in isLoopDead()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1146 bool llvm::hasMustProgress(const Loop *L) { in hasMustProgress() function in llvm
1151 return L->getHeader()->getParent()->mustProgress() || hasMustProgress(L); in isMustProgress()