Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1777 Info.PathIsNoop &= in hasPartialIVCondition()
1788 Info.PathIsNoop &= all_of( in hasPartialIVCondition()
1833 Info.PathIsNoop &= isMustProgress(&L); in hasPartialIVCondition()
1838 if (Info.PathIsNoop) { in hasPartialIVCondition()
1846 Info.PathIsNoop &= llvm::empty(Succ->phis()) && in hasPartialIVCondition()
1848 if (!Info.PathIsNoop) in hasPartialIVCondition()
1857 Info.PathIsNoop = false; in hasPartialIVCondition()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h528 bool PathIsNoop = true; member