Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2651 Value *Cond = BI->getCondition(), *CondNext; in unswitchBestCondition() local
2652 while (match(Cond, m_Select(m_Value(CondNext), m_One(), m_Zero()))) in unswitchBestCondition()
2653 Cond = CondNext; in unswitchBestCondition()