Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/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);
2221 tree range, case_node_ptr nodes, rtx default_label) in emit_case_bit_tests()
2631 estimate_case_costs (case_node_ptr node) in estimate_case_costs()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dstmt.c99 typedef struct case_node *case_node_ptr; typedef
421 static int estimate_case_costs PARAMS ((case_node_ptr));
422 static void group_case_nodes PARAMS ((case_node_ptr));
423 static void balance_case_nodes PARAMS ((case_node_ptr *,
424 case_node_ptr));
425 static int node_has_low_bound PARAMS ((case_node_ptr, tree));
426 static int node_has_high_bound PARAMS ((case_node_ptr, tree));
427 static int node_is_bounded PARAMS ((case_node_ptr, tree));
429 static void emit_case_nodes PARAMS ((rtx, case_node_ptr, rtx, tree));
5636 case_node_ptr node; in estimate_case_costs()
[all …]