Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-switch-conversion.h532 m_case_list (NULL) in switch_decision_tree()
629 case_tree_node *m_case_list; variable
H A Dtree-switch-conversion.c1831 case_tree_node *r = m_case_list; in try_switch_expansion()
1832 m_case_list = m_case_node_pool.allocate (); in try_switch_expansion()
1833 m_case_list->m_right = r; in try_switch_expansion()
1834 m_case_list->m_c = clusters[i]; in try_switch_expansion()
1959 balance_case_nodes (&m_case_list, NULL); in emit()
1967 gcc_assert (m_case_list != NULL); in emit()
1968 dump_case_nodes (dump_file, m_case_list, indent_step, 0); in emit()
1971 bb = emit_case_nodes (bb, index_expr, m_case_list, default_prob, index_type, in emit()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-switch-conversion.h558 m_case_list (NULL) in switch_decision_tree()
655 case_tree_node *m_case_list; variable
H A Dtree-switch-conversion.cc1868 case_tree_node *r = m_case_list; in try_switch_expansion()
1869 m_case_list = m_case_node_pool.allocate (); in try_switch_expansion()
1870 m_case_list->m_right = r; in try_switch_expansion()
1871 m_case_list->m_c = clusters[i]; in try_switch_expansion()
1996 balance_case_nodes (&m_case_list, NULL); in emit()
2004 gcc_assert (m_case_list != NULL); in emit()
2005 dump_case_nodes (dump_file, m_case_list, indent_step, 0); in emit()
2008 bb = emit_case_nodes (bb, index_expr, m_case_list, default_prob, index_type, in emit()