Lines Matching refs:case_node_ptr
94 typedef struct case_node *case_node_ptr; typedef
115 static int estimate_case_costs (case_node_ptr);
118 static void emit_case_bit_tests (tree, tree, tree, tree, case_node_ptr, rtx);
119 static void balance_case_nodes (case_node_ptr *, case_node_ptr);
120 static int node_has_low_bound (case_node_ptr, tree);
121 static int node_has_high_bound (case_node_ptr, tree);
122 static int node_is_bounded (case_node_ptr, tree);
123 static void emit_case_nodes (rtx, case_node_ptr, rtx, tree);
2232 tree range, case_node_ptr nodes, rtx default_label) in emit_case_bit_tests()
2642 estimate_case_costs (case_node_ptr node) in estimate_case_costs()
2646 case_node_ptr n; in estimate_case_costs()
2708 balance_case_nodes (case_node_ptr *head, case_node_ptr parent) in balance_case_nodes()
2710 case_node_ptr np; in balance_case_nodes()
2718 case_node_ptr *npp; in balance_case_nodes()
2719 case_node_ptr left; in balance_case_nodes()
2825 node_has_low_bound (case_node_ptr node, tree index_type) in node_has_low_bound()
2828 case_node_ptr pnode; in node_has_low_bound()
2871 node_has_high_bound (case_node_ptr node, tree index_type) in node_has_high_bound()
2874 case_node_ptr pnode; in node_has_high_bound()
2916 node_is_bounded (case_node_ptr node, tree index_type) in node_is_bounded()
2949 emit_case_nodes (rtx index, case_node_ptr node, rtx default_label, in emit_case_nodes()