Home
last modified time | relevance | path

Searched refs:mustProgress (Results 1 – 5 of 5) 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/IR/
H A DFunction.h668 bool mustProgress() const { in mustProgress() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1442 if (F.mustProgress() && F.onlyReadsMemory()) in functionWillReturn()
H A DAttributorAttributes.cpp2292 if ((!getAnchorScope() || !getAnchorScope()->mustProgress()) && in isImpliedByMustprogressAndReadonly()
2293 (!getAssociatedFunction() || !getAssociatedFunction()->mustProgress())) in isImpliedByMustprogressAndReadonly()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1846 L.getHeader()->getParent()->mustProgress() || hasMustProgress(&L); in hasPartialIVCondition()