Searched refs:snode_b (Results 1 – 2 of 2) sorted by relevance
1745 const supernode *snode_b = kb.m_enode->get_supernode (); in cmp() local1748 if (snode_b != NULL) in cmp()1755 if (snode_b == NULL) in cmp()1759 gcc_assert (snode_a && snode_b); in cmp()1760 if (snode_a->m_index != snode_b->m_index) in cmp()1761 return snode_a->m_index - snode_b->m_index; in cmp()1763 gcc_assert (snode_a == snode_b); in cmp()
2275 const supernode *snode_b = kb.m_enode->get_supernode (); in cmp() local2278 if (snode_b != NULL) in cmp()2285 if (snode_b == NULL) in cmp()2289 gcc_assert (snode_a && snode_b); in cmp()2290 if (snode_a->m_index != snode_b->m_index) in cmp()2291 return snode_a->m_index - snode_b->m_index; in cmp()2293 gcc_assert (snode_a == snode_b); in cmp()