Home
last modified time | relevance | path

Searched refs:CASE_HIGH (Results 1 – 25 of 41) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-switch-conversion.c189 if (CASE_HIGH (max_case) != NULL_TREE) in check_range()
190 range_max = CASE_HIGH (max_case); in check_range()
255 if (CASE_HIGH (cs) != NULL_TREE in check_process_case()
256 && ! tree_int_cst_equal (CASE_LOW (cs), CASE_HIGH (cs))) in check_process_case()
458 if (CASE_HIGH (cs)) in build_constructors()
459 high = CASE_HIGH (cs); in build_constructors()
HDtree-dump.c687 if (CASE_HIGH (t)) in dequeue_and_dump()
688 dump_child ("high", CASE_HIGH (t)); in dequeue_and_dump()
HDtree-ssa-uncprop.c186 if (CASE_HIGH (label) in associate_equivalences_with_edges()
HDtree-vrp.c4753 max = CASE_HIGH (cl); in find_switch_asserts()
4766 if (CASE_HIGH (ci[idx].expr)) in find_switch_asserts()
4767 max = CASE_HIGH (ci[idx].expr); in find_switch_asserts()
6228 if (CASE_HIGH (t) != NULL in find_case_label_index()
6229 && tree_int_cst_compare (CASE_HIGH (t), val) >= 0) in find_case_label_index()
6277 if (CASE_HIGH (gimple_switch_label (stmt, i))) in find_case_label_range()
6278 high = CASE_HIGH (gimple_switch_label (stmt, i)); in find_case_label_range()
6288 if (CASE_HIGH (gimple_switch_label (stmt, k))) in find_case_label_range()
6289 high = CASE_HIGH (gimple_switch_label (stmt, k)); in find_case_label_range()
7948 CASE_HIGH (label) = NULL_TREE; in execute_vrp()
HDtree-cfg.c1349 && !CASE_HIGH (gimple_switch_default_label (stmt))) in group_case_labels_stmt()
1381 base_high = CASE_HIGH (base_case) in group_case_labels_stmt()
1382 ? CASE_HIGH (base_case) in group_case_labels_stmt()
1402 base_high = CASE_HIGH (merge_case) ? in group_case_labels_stmt()
1403 CASE_HIGH (merge_case) : CASE_LOW (merge_case); in group_case_labels_stmt()
1404 CASE_HIGH (base_case) = base_high; in group_case_labels_stmt()
2049 if (CASE_HIGH (t) == NULL) in find_case_label_for_value()
2058 if (cmp <= 0 && tree_int_cst_compare (CASE_HIGH (t), val) >= 0) in find_case_label_for_value()
HDstmt.c2246 if (!CASE_LOW (elt) && !CASE_HIGH (elt)) in expand_case()
2259 high = CASE_HIGH (elt); in expand_case()
HDtree-pretty-print.c1984 if (CASE_LOW (node) && CASE_HIGH (node)) in dump_generic_node()
1989 dump_generic_node (buffer, CASE_HIGH (node), spc, flags, false); in dump_generic_node()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-switch-conversion.c335 if (CASE_HIGH (cs) == NULL_TREE) in emit_case_bit_tests()
339 CASE_HIGH (cs), minval)); in emit_case_bit_tests()
652 if (CASE_HIGH (max_case) != NULL_TREE) in collect_switch_conv_info()
653 info->range_max = CASE_HIGH (max_case); in collect_switch_conv_info()
658 tree last = CASE_HIGH (min_case) ? CASE_HIGH (min_case) : info->range_min; in collect_switch_conv_info()
667 last = CASE_HIGH (elt) ? CASE_HIGH (elt) : CASE_LOW (elt); in collect_switch_conv_info()
726 if (CASE_HIGH (elt) in collect_switch_conv_info()
727 && ! tree_int_cst_equal (CASE_LOW (elt), CASE_HIGH (elt))) in collect_switch_conv_info()
982 if (CASE_HIGH (cs)) in build_constructors()
983 high = CASE_HIGH (cs); in build_constructors()
[all …]
HDvr-values.c2590 case_high = CASE_HIGH (gimple_switch_label (stmt, j)); in find_case_label_ranges()
3677 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3678 && tree_int_cst_compare (CASE_HIGH (min_label), vr_min) >= 0) in simplify_switch_using_ranges()
3684 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges()
3685 && tree_int_cst_compare (CASE_HIGH (max_label), vr_max) > 0) in simplify_switch_using_ranges()
3686 CASE_HIGH (max_label) = vr_max; in simplify_switch_using_ranges()
3697 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3698 && tree_int_cst_compare (CASE_HIGH (min_label), vr_max) > 0) in simplify_switch_using_ranges()
3705 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges()
3706 && tree_int_cst_compare (CASE_HIGH (min_label), vr_max) == 0) in simplify_switch_using_ranges()
[all …]
HDstmt.c916 if (CASE_HIGH (elt)) in expand_case()
917 maxval = fold_convert (index_type, CASE_HIGH (elt)); in expand_case()
933 tree high = CASE_HIGH (elt); in expand_case()
1072 tree high = CASE_HIGH (elt); in expand_sjlj_dispatch_table()
HDsancov.c162 tree high_case = CASE_HIGH (label); in instrument_switch()
200 tree high_case = CASE_HIGH (label); in instrument_switch()
HDgimple.c2934 tree high = CASE_HIGH (elt); in preprocess_case_label_vec_for_gimple()
3006 CASE_HIGH (elt) = high; in preprocess_case_label_vec_for_gimple()
3042 tree low, high = CASE_HIGH (labels[len - 1]); in preprocess_case_label_vec_for_gimple()
3051 low = CASE_HIGH (labels[i - 1]); in preprocess_case_label_vec_for_gimple()
3055 if (CASE_HIGH (labels[i]) != NULL_TREE in preprocess_case_label_vec_for_gimple()
3056 && (CASE_HIGH (widest_label) == NULL_TREE in preprocess_case_label_vec_for_gimple()
3058 (wi::to_wide (CASE_HIGH (labels[i])) in preprocess_case_label_vec_for_gimple()
3060 wi::to_wide (CASE_HIGH (widest_label)) in preprocess_case_label_vec_for_gimple()
HDtree-ssa-dom.c458 if (CASE_HIGH (label) in record_edge_info()
917 if (CASE_HIGH (label) != NULL_TREE in simplify_stmt_for_jump_threading()
919 && tree_int_cst_compare (CASE_HIGH (label), vr->max) >= 0) in simplify_stmt_for_jump_threading()
939 && (CASE_HIGH (max_label) != NULL_TREE in simplify_stmt_for_jump_threading()
940 ? tree_int_cst_compare (vr->max, CASE_HIGH (max_label)) >= 0 in simplify_stmt_for_jump_threading()
HDtree-vrp.c4145 max = CASE_HIGH (cl); in find_switch_asserts()
4158 if (CASE_HIGH (ci[idx].expr)) in find_switch_asserts()
4159 max = CASE_HIGH (ci[idx].expr); in find_switch_asserts()
4207 max = CASE_HIGH (cl); in find_switch_asserts()
4219 next_max = CASE_HIGH (next_cl); in find_switch_asserts()
5491 if (CASE_HIGH (t) != NULL in find_case_label_index()
5492 && tree_int_cst_compare (CASE_HIGH (t), val) >= 0) in find_case_label_index()
5540 if (CASE_HIGH (gimple_switch_label (stmt, i))) in find_case_label_range()
5541 high = CASE_HIGH (gimple_switch_label (stmt, i)); in find_case_label_range()
5551 if (CASE_HIGH (gimple_switch_label (stmt, k))) in find_case_label_range()
[all …]
HDtree-dump.c673 if (CASE_HIGH (t)) in dequeue_and_dump()
674 dump_child ("high", CASE_HIGH (t)); in dequeue_and_dump()
HDtree-ssa-uncprop.c189 if (CASE_HIGH (label) in associate_equivalences_with_edges()
HDipa-icf-gimple.c918 tree high1 = CASE_HIGH (label1); in compare_gimple_switch()
919 tree high2 = CASE_HIGH (label2); in compare_gimple_switch()
HDtree-cfg.c1794 base_high = CASE_HIGH (base_case) in group_case_labels_stmt()
1795 ? CASE_HIGH (base_case) in group_case_labels_stmt()
1813 base_high = CASE_HIGH (merge_case) ? in group_case_labels_stmt()
1814 CASE_HIGH (merge_case) : CASE_LOW (merge_case); in group_case_labels_stmt()
1815 CASE_HIGH (base_case) = base_high; in group_case_labels_stmt()
2486 if (CASE_HIGH (t) == NULL) in find_case_label_for_value()
2495 if (cmp <= 0 && tree_int_cst_compare (CASE_HIGH (t), val) >= 0) in find_case_label_for_value()
4896 if (CASE_LOW (elt) != NULL_TREE || CASE_HIGH (elt) != NULL_TREE) in verify_gimple_switch()
4914 if (CASE_HIGH (elt) in verify_gimple_switch()
4915 && ! tree_int_cst_lt (CASE_LOW (elt), CASE_HIGH (elt))) in verify_gimple_switch()
[all …]
HDtree-cfgcleanup.c92 tree high = CASE_HIGH (label); in convert_single_case_switch()
HDtree-ssa-uninit.c743 || (CASE_HIGH (l) in convert_control_dep_chain_into_preds()
744 && !operand_equal_p (CASE_LOW (l), CASE_HIGH (l), 0))) in convert_control_dep_chain_into_preds()
HDtree-ssa-forwprop.c1123 if (CASE_HIGH (gimple_switch_label (stmt, n - 1))) in simplify_gimple_switch()
1124 max = CASE_HIGH (gimple_switch_label (stmt, n - 1)); in simplify_gimple_switch()
HDgimple.h4607 gcc_checking_assert (!CASE_LOW (label) && !CASE_HIGH (label));
4616 gcc_checking_assert (!CASE_LOW (label) && !CASE_HIGH (label));
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-warn.c1322 if (CASE_HIGH (label)) in match_case_to_enum()
1325 match_case_to_enum_1 (CASE_HIGH (label), type, label); in match_case_to_enum()
1382 max = CASE_HIGH (max) ? CASE_HIGH (max) : CASE_LOW (max); in c_do_switch_warnings()
1444 if (node && CASE_HIGH ((tree) node->value)) in c_do_switch_warnings()
1447 int cmp = tree_int_cst_compare (CASE_HIGH (label), value); in c_do_switch_warnings()
HDc-common.c4838 && CASE_HIGH ((tree) low_bound->value) in c_add_case_label()
4839 && tree_int_cst_compare (CASE_HIGH ((tree) low_bound->value), in c_add_case_label()
4922 if (CASE_HIGH (label)) in c_switch_covers_all_cases_p_1()
4923 args[0] = CASE_HIGH (label); in c_switch_covers_all_cases_p_1()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-common.c5413 && CASE_HIGH ((tree) low_bound->value) in c_add_case_label()
5414 && tree_int_cst_compare (CASE_HIGH ((tree) low_bound->value), in c_add_case_label()
5532 if (CASE_HIGH (label)) in match_case_to_enum()
5535 match_case_to_enum_1 (CASE_HIGH (label), type, label); in match_case_to_enum()
5606 if (node && CASE_HIGH ((tree) node->value)) in c_do_switch_warnings()
5609 int cmp = tree_int_cst_compare (CASE_HIGH (label), value); in c_do_switch_warnings()

12