Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp2134 Info.PathIsNoop &= in hasPartialIVCondition()
2145 Info.PathIsNoop &= all_of( in hasPartialIVCondition()
2190 Info.PathIsNoop &= isMustProgress(&L); in hasPartialIVCondition()
2195 if (Info.PathIsNoop) { in hasPartialIVCondition()
2203 Info.PathIsNoop &= Succ->phis().empty() && in hasPartialIVCondition()
2205 if (!Info.PathIsNoop) in hasPartialIVCondition()
2214 Info.PathIsNoop = false; in hasPartialIVCondition()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h586 bool PathIsNoop = true; member