Home
last modified time | relevance | path

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

/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-switch-conversion.h531 m_case_list (NULL)
628 case_tree_node *m_case_list;
H A Dtree-switch-conversion.c1827 case_tree_node *r = m_case_list; in try_switch_expansion()
1828 m_case_list = m_case_node_pool.allocate (); in try_switch_expansion()
1829 m_case_list->m_right = r; in try_switch_expansion()
1830 m_case_list->m_c = clusters[i]; in try_switch_expansion()
1955 balance_case_nodes (&m_case_list, NULL); in emit()
1963 gcc_assert (m_case_list != NULL); in emit()
1964 dump_case_nodes (dump_file, m_case_list, indent_step, 0); in emit()
1967 bb = emit_case_nodes (bb, index_expr, m_case_list, default_prob, index_type, in emit()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-switch-conversion.h529 m_case_list (NULL) in switch_decision_tree()
626 case_tree_node *m_case_list; member
H A Dtree-switch-conversion.c1812 case_tree_node *r = m_case_list; in try_switch_expansion()
1813 m_case_list = m_case_node_pool.allocate (); in try_switch_expansion()
1814 m_case_list->m_right = r; in try_switch_expansion()
1815 m_case_list->m_c = clusters[i]; in try_switch_expansion()
1938 balance_case_nodes (&m_case_list, NULL); in emit()
1946 gcc_assert (m_case_list != NULL); in emit()
1947 dump_case_nodes (dump_file, m_case_list, indent_step, 0); in emit()
1950 bb = emit_case_nodes (bb, index_expr, m_case_list, default_prob, index_type, in emit()
/dports/devel/avr-gcc/gcc-10.2.0/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.c1806 case_tree_node *r = m_case_list; in try_switch_expansion()
1807 m_case_list = m_case_node_pool.allocate (); in try_switch_expansion()
1808 m_case_list->m_right = r; in try_switch_expansion()
1809 m_case_list->m_c = clusters[i]; in try_switch_expansion()
1933 balance_case_nodes (&m_case_list, NULL); in emit()
1941 gcc_assert (m_case_list != NULL); in emit()
1942 dump_case_nodes (dump_file, m_case_list, indent_step, 0); in emit()
1945 bb = emit_case_nodes (bb, index_expr, m_case_list, default_prob, index_type, in emit()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-switch-conversion.h531 m_case_list (NULL) in switch_decision_tree()
628 case_tree_node *m_case_list; variable
H A Dtree-switch-conversion.c1827 case_tree_node *r = m_case_list; in try_switch_expansion()
1828 m_case_list = m_case_node_pool.allocate (); in try_switch_expansion()
1829 m_case_list->m_right = r; in try_switch_expansion()
1830 m_case_list->m_c = clusters[i]; in try_switch_expansion()
1955 balance_case_nodes (&m_case_list, NULL); in emit()
1963 gcc_assert (m_case_list != NULL); in emit()
1964 dump_case_nodes (dump_file, m_case_list, indent_step, 0); in emit()
1967 bb = emit_case_nodes (bb, index_expr, m_case_list, default_prob, index_type, in emit()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-switch-conversion.h529 m_case_list (NULL) in switch_decision_tree()
626 case_tree_node *m_case_list; member
H A Dtree-switch-conversion.c1812 case_tree_node *r = m_case_list; in try_switch_expansion()
1813 m_case_list = m_case_node_pool.allocate (); in try_switch_expansion()
1814 m_case_list->m_right = r; in try_switch_expansion()
1815 m_case_list->m_c = clusters[i]; in try_switch_expansion()
1938 balance_case_nodes (&m_case_list, NULL); in emit()
1946 gcc_assert (m_case_list != NULL); in emit()
1947 dump_case_nodes (dump_file, m_case_list, indent_step, 0); in emit()
1950 bb = emit_case_nodes (bb, index_expr, m_case_list, default_prob, index_type, in emit()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-switch-conversion.h529 m_case_list (NULL) in switch_decision_tree()
626 case_tree_node *m_case_list; member
H A Dtree-switch-conversion.c1810 case_tree_node *r = m_case_list; in try_switch_expansion()
1811 m_case_list = m_case_node_pool.allocate (); in try_switch_expansion()
1812 m_case_list->m_right = r; in try_switch_expansion()
1813 m_case_list->m_c = clusters[i]; in try_switch_expansion()
1936 balance_case_nodes (&m_case_list, NULL); in emit()
1944 gcc_assert (m_case_list != NULL); in emit()
1945 dump_case_nodes (dump_file, m_case_list, indent_step, 0); in emit()
1948 bb = emit_case_nodes (bb, index_expr, m_case_list, default_prob, index_type, in emit()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-switch-conversion.h557 m_case_list (NULL) in switch_decision_tree()
654 case_tree_node *m_case_list; variable
H A Dtree-switch-conversion.c1864 case_tree_node *r = m_case_list; in try_switch_expansion()
1865 m_case_list = m_case_node_pool.allocate (); in try_switch_expansion()
1866 m_case_list->m_right = r; in try_switch_expansion()
1867 m_case_list->m_c = clusters[i]; in try_switch_expansion()
1992 balance_case_nodes (&m_case_list, NULL); in emit()
2000 gcc_assert (m_case_list != NULL); in emit()
2001 dump_case_nodes (dump_file, m_case_list, indent_step, 0); in emit()
2004 bb = emit_case_nodes (bb, index_expr, m_case_list, default_prob, index_type, in emit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-switch-conversion.h547 m_case_list (NULL) in switch_decision_tree()
644 case_tree_node *m_case_list; variable
H A Dtree-switch-conversion.c1856 case_tree_node *r = m_case_list; in try_switch_expansion()
1857 m_case_list = m_case_node_pool.allocate (); in try_switch_expansion()
1858 m_case_list->m_right = r; in try_switch_expansion()
1859 m_case_list->m_c = clusters[i]; in try_switch_expansion()
1984 balance_case_nodes (&m_case_list, NULL); in emit()
1992 gcc_assert (m_case_list != NULL); in emit()
1993 dump_case_nodes (dump_file, m_case_list, indent_step, 0); in emit()
1996 bb = emit_case_nodes (bb, index_expr, m_case_list, default_prob, index_type, in emit()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-switch-conversion.h547 m_case_list (NULL) in switch_decision_tree()
644 case_tree_node *m_case_list; variable
H A Dtree-switch-conversion.c1856 case_tree_node *r = m_case_list; in try_switch_expansion()
1857 m_case_list = m_case_node_pool.allocate (); in try_switch_expansion()
1858 m_case_list->m_right = r; in try_switch_expansion()
1859 m_case_list->m_c = clusters[i]; in try_switch_expansion()
1984 balance_case_nodes (&m_case_list, NULL); in emit()
1992 gcc_assert (m_case_list != NULL); in emit()
1993 dump_case_nodes (dump_file, m_case_list, indent_step, 0); in emit()
1996 bb = emit_case_nodes (bb, index_expr, m_case_list, default_prob, index_type, in emit()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-switch-conversion.h547 m_case_list (NULL) in switch_decision_tree()
644 case_tree_node *m_case_list; variable
H A Dtree-switch-conversion.c1856 case_tree_node *r = m_case_list; in try_switch_expansion()
1857 m_case_list = m_case_node_pool.allocate (); in try_switch_expansion()
1858 m_case_list->m_right = r; in try_switch_expansion()
1859 m_case_list->m_c = clusters[i]; in try_switch_expansion()
1984 balance_case_nodes (&m_case_list, NULL); in emit()
1992 gcc_assert (m_case_list != NULL); in emit()
1993 dump_case_nodes (dump_file, m_case_list, indent_step, 0); in emit()
1996 bb = emit_case_nodes (bb, index_expr, m_case_list, default_prob, index_type, in emit()