Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dstmt.c94 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()
[all …]