Searched refs:CondNext (Results 1 – 1 of 1) sorted by relevance
2725 Value *Cond = BI->getCondition(), *CondNext; in unswitchBestCondition() local2726 while (match(Cond, m_Select(m_Value(CondNext), m_One(), m_Zero()))) in unswitchBestCondition()2727 Cond = CondNext; in unswitchBestCondition()