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.cpp2069 Info.PathIsNoop &= in hasPartialIVCondition()
2080 Info.PathIsNoop &= all_of( in hasPartialIVCondition()
2125 Info.PathIsNoop &= isMustProgress(&L); in hasPartialIVCondition()
2130 if (Info.PathIsNoop) { in hasPartialIVCondition()
2138 Info.PathIsNoop &= Succ->phis().empty() && in hasPartialIVCondition()
2140 if (!Info.PathIsNoop) in hasPartialIVCondition()
2149 Info.PathIsNoop = false; in hasPartialIVCondition()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h556 bool PathIsNoop = true; member