Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp237 !L->getHeader()->getParent()->mustProgress() && !hasMustProgress(L)) { in deleteLoopIfDead()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h268 bool hasMustProgress(const Loop *L);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp417 bool llvm::hasMustProgress(const Loop *L) { in hasMustProgress() function in llvm
1846 L.getHeader()->getParent()->mustProgress() || hasMustProgress(&L); in hasPartialIVCondition()