Home
last modified time | relevance | path

Searched refs:PathIsNoop (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1774 Info.PathIsNoop &= in hasPartialIVCondition()
1785 Info.PathIsNoop &= all_of( in hasPartialIVCondition()
1830 Info.PathIsNoop &= isMustProgress(&L); in hasPartialIVCondition()
1835 if (Info.PathIsNoop) { in hasPartialIVCondition()
1843 Info.PathIsNoop &= Succ->phis().empty() && in hasPartialIVCondition()
1845 if (!Info.PathIsNoop) in hasPartialIVCondition()
1854 Info.PathIsNoop = false; in hasPartialIVCondition()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h525 bool PathIsNoop = true; member