Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2725 Value *Cond = BI->getCondition(), *CondNext; in unswitchBestCondition() local
2726 while (match(Cond, m_Select(m_Value(CondNext), m_One(), m_Zero()))) in unswitchBestCondition()
2727 Cond = CondNext; in unswitchBestCondition()