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 LLVM_ABI 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.cpp1158 bool llvm::hasMustProgress(const Loop *L) { in hasMustProgress() function in llvm
1163 return L->getHeader()->getParent()->mustProgress() || hasMustProgress(L); in isMustProgress()