Searched refs:node_has_high_bound (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | stmt.c | 126 static int node_has_high_bound (case_node_ptr, tree); 2752 node_has_high_bound (case_node_ptr node, tree index_type) in node_has_high_bound() function 2800 && node_has_high_bound (node, index_type)); in node_is_bounded() 2997 if (!node_has_high_bound (node, index_type)) in emit_case_nodes() 3122 if (!node_has_high_bound (node, index_type)) in emit_case_nodes() 3151 int high_bound = node_has_high_bound (node, index_type); in emit_case_nodes()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-switch-conversion.c | 1695 static bool node_has_high_bound (case_node_ptr, tree); 2533 if (!node_has_high_bound (node, index_type)) in emit_case_nodes() 2665 if (!node_has_high_bound (node, index_type)) in emit_case_nodes() 2694 bool high_bound = node_has_high_bound (node, index_type); in emit_case_nodes() 2793 node_has_high_bound (case_node_ptr node, tree index_type) in node_has_high_bound() function 2840 && node_has_high_bound (node, index_type)); in node_is_bounded()
|