Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp1110 bool llvm::hasMustProgress(const Loop *L) { in hasMustProgress() function in llvm
1115 return L->getHeader()->getParent()->mustProgress() || hasMustProgress(L); in isMustProgress()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp132 if (hasMustProgress(Current)) in isLoopDead()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h1352 bool hasMustProgress(const Loop *L);