Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1705 Info.PathIsNoop &= in hasPartialIVCondition()
1716 Info.PathIsNoop &= all_of( in hasPartialIVCondition()
1761 Info.PathIsNoop &= isMustProgress(&L); in hasPartialIVCondition()
1766 if (Info.PathIsNoop) { in hasPartialIVCondition()
1774 Info.PathIsNoop &= llvm::empty(Succ->phis()) && in hasPartialIVCondition()
1776 if (!Info.PathIsNoop) in hasPartialIVCondition()
1785 Info.PathIsNoop = false; in hasPartialIVCondition()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h487 bool PathIsNoop = true; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp865 if (Info->PathIsNoop) { in processCurrentLoop()