Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1922 Info.PathIsNoop &= in hasPartialIVCondition()
1933 Info.PathIsNoop &= all_of( in hasPartialIVCondition()
1978 Info.PathIsNoop &= isMustProgress(&L); in hasPartialIVCondition()
1983 if (Info.PathIsNoop) { in hasPartialIVCondition()
1991 Info.PathIsNoop &= Succ->phis().empty() && in hasPartialIVCondition()
1993 if (!Info.PathIsNoop) in hasPartialIVCondition()
2002 Info.PathIsNoop = false; in hasPartialIVCondition()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h540 bool PathIsNoop = true; member