Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1789 Info.PathIsNoop &= in hasPartialIVCondition()
1800 Info.PathIsNoop &= all_of( in hasPartialIVCondition()
1845 Info.PathIsNoop &= in hasPartialIVCondition()
1851 if (Info.PathIsNoop) { in hasPartialIVCondition()
1859 Info.PathIsNoop &= llvm::empty(Succ->phis()) && in hasPartialIVCondition()
1861 if (!Info.PathIsNoop) in hasPartialIVCondition()
1870 Info.PathIsNoop = false; in hasPartialIVCondition()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h504 bool PathIsNoop = true; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp865 if (Info->PathIsNoop) { in processCurrentLoop()