Searched refs:case_node_ptr (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | stmt.c | 99 typedef struct case_node *case_node_ptr; typedef 120 static int estimate_case_costs (case_node_ptr); 123 static void emit_case_bit_tests (tree, tree, tree, tree, case_node_ptr, rtx); 124 static void balance_case_nodes (case_node_ptr *, case_node_ptr); 125 static int node_has_low_bound (case_node_ptr, tree); 126 static int node_has_high_bound (case_node_ptr, tree); 127 static int node_is_bounded (case_node_ptr, tree); 128 static void emit_case_nodes (rtx, case_node_ptr, rtx, tree); 2080 tree range, case_node_ptr nodes, rtx default_label) in emit_case_bit_tests() 2522 estimate_case_costs (case_node_ptr node) in estimate_case_costs() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-switch-conversion.c | 1689 typedef case_node *case_node_ptr; typedef 1691 static basic_block emit_case_nodes (basic_block, tree, case_node_ptr, 1694 static bool node_has_low_bound (case_node_ptr, tree); 1695 static bool node_has_high_bound (case_node_ptr, tree); 1696 static bool node_is_bounded (case_node_ptr, tree); 1810 balance_case_nodes (case_node_ptr *head, case_node_ptr parent) in balance_case_nodes() 1812 case_node_ptr np; in balance_case_nodes() 1819 case_node_ptr *npp; in balance_case_nodes() 1820 case_node_ptr left; in balance_case_nodes() 1971 case_node_ptr case_list, basic_block default_bb, in emit_case_decision_tree() [all …]
|