Home
last modified time | relevance | path

Searched refs:CASE_LABEL (Results 1 – 25 of 69) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstmt.c907 tree default_lab = CASE_LABEL (gimple_switch_default_label (stmt)); in expand_case()
960 tree lab = CASE_LABEL (elt); in expand_case()
1071 rtx_code_label *lab = jump_target_rtx (CASE_LABEL (elt)); in expand_sjlj_dispatch_table()
1096 CASE_LABEL (elt))); in expand_sjlj_dispatch_table()
H A Dvr-values.c2748 && CASE_LABEL (gimple_switch_default_label (stmt)) in vrp_visit_switch_stmt()
2749 != CASE_LABEL (val)) in vrp_visit_switch_stmt()
2758 if (CASE_LABEL (gimple_switch_label (stmt, i)) != CASE_LABEL (val)) in vrp_visit_switch_stmt()
2768 if (CASE_LABEL (gimple_switch_label (stmt, k)) != CASE_LABEL (val)) in vrp_visit_switch_stmt()
2779 label_to_block (cfun, CASE_LABEL (val))); in vrp_visit_switch_stmt()
2784 print_generic_stmt (dump_file, CASE_LABEL (val)); in vrp_visit_switch_stmt()
3851 CASE_LABEL (TREE_VEC_ELT (vec2, i)))); in simplify_switch_using_ranges()
H A Dipa-icf-gimple.c740 label1 = CASE_LABEL (label1); in compare_gimple_switch()
741 label2 = CASE_LABEL (label2); in compare_gimple_switch()
H A Dtree-ssa-uncprop.c187 basic_block bb = label_to_block (cfun, CASE_LABEL (label)); in associate_equivalences_with_edges()
H A Dtree-switch-conversion.c341 basic_block bb = label_to_block (cfun, CASE_LABEL (default_case)); in gather_default_values()
378 basic_block bb = label_to_block (cfun, CASE_LABEL (cs)); in build_constructors()
1473 return (LABEL_DECL_UID (CASE_LABEL (d2->label)) in cmp()
1474 - LABEL_DECL_UID (CASE_LABEL (d1->label))); in cmp()
1736 tree lab = CASE_LABEL (elt); in analyze_switch_statement()
H A Dtree-ssa-threadedge.c980 taken_edge = find_edge (bb, label_to_block (cfun, CASE_LABEL (cond))); in thread_around_empty_blocks()
1113 label_to_block (cfun, CASE_LABEL (cond))); in thread_through_normal_block()
H A Dtree-cfg.c1334 tree lab = CASE_LABEL (elt); in get_cases_for_edge()
1613 label = CASE_LABEL (case_label); in cleanup_dead_labels()
1616 CASE_LABEL (case_label) = new_label; in cleanup_dead_labels()
1748 base_bb = label_to_block (cfun, CASE_LABEL (base_case)); in group_case_labels_stmt()
1755 && removed_labels->contains (CASE_LABEL (base_case)))) in group_case_labels_stmt()
1772 basic_block merge_bb = label_to_block (cfun, CASE_LABEL (merge_case)); in group_case_labels_stmt()
1779 || !removed_labels->contains (CASE_LABEL (merge_case))) in group_case_labels_stmt()
2457 dest_bb = label_to_block (cfun, CASE_LABEL (taken_case)); in find_taken_edge_switch_expr()
6002 CASE_LABEL (cases) = label; in gimple_redirect_edge_and_branch()
6024 if (label_to_block (cfun, CASE_LABEL (elt)) == e->dest) in gimple_redirect_edge_and_branch()
[all …]
H A Dtree-dump.c671 dump_child ("name", CASE_LABEL (t)); in dequeue_and_dump()
H A Dtree-vrp.c2744 ci[idx].bb = label_to_block (cfun, CASE_LABEL (ci[idx].expr)); in find_switch_asserts()
2814 if (CASE_LABEL (cl) == CASE_LABEL (default_cl)) in find_switch_asserts()
2826 if (CASE_LABEL (next_cl) == CASE_LABEL (default_cl)) in find_switch_asserts()
H A Dtree-eh.c725 tree lab = CASE_LABEL (gimple_switch_label (switch_expr, i)); in verify_norecord_switch_expr()
1430 x = gimple_build_label (CASE_LABEL (last_case)); in lower_try_finally_switch()
1473 x = gimple_build_label (CASE_LABEL (last_case)); in lower_try_finally_switch()
1540 x = gimple_build_label (CASE_LABEL (last_case)); in lower_try_finally_switch()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstmt.cc912 tree default_lab = CASE_LABEL (gimple_switch_default_label (stmt)); in expand_case()
965 tree lab = CASE_LABEL (elt); in expand_case()
1076 rtx_code_label *lab = jump_target_rtx (CASE_LABEL (elt)); in expand_sjlj_dispatch_table()
1101 CASE_LABEL (elt))); in expand_sjlj_dispatch_table()
H A Dvr-values.cc2644 && CASE_LABEL (gimple_switch_default_label (stmt)) in vrp_visit_switch_stmt()
2645 != CASE_LABEL (val)) in vrp_visit_switch_stmt()
2654 if (CASE_LABEL (gimple_switch_label (stmt, i)) != CASE_LABEL (val)) in vrp_visit_switch_stmt()
2664 if (CASE_LABEL (gimple_switch_label (stmt, k)) != CASE_LABEL (val)) in vrp_visit_switch_stmt()
2675 label_to_block (cfun, CASE_LABEL (val))); in vrp_visit_switch_stmt()
2680 print_generic_stmt (dump_file, CASE_LABEL (val)); in vrp_visit_switch_stmt()
3866 CASE_LABEL (TREE_VEC_ELT (vec2, i)))); in simplify_switch_using_ranges()
H A Dtree-ssa-uncprop.cc187 basic_block bb = label_to_block (cfun, CASE_LABEL (label)); in associate_equivalences_with_edges()
H A Dipa-icf-gimple.cc877 label1 = CASE_LABEL (label1); in compare_gimple_switch()
878 label2 = CASE_LABEL (label2); in compare_gimple_switch()
H A Dtree-switch-conversion.cc342 basic_block bb = label_to_block (cfun, CASE_LABEL (default_case)); in gather_default_values()
379 basic_block bb = label_to_block (cfun, CASE_LABEL (cs)); in build_constructors()
1478 return (LABEL_DECL_UID (CASE_LABEL (d2->label)) in cmp()
1479 - LABEL_DECL_UID (CASE_LABEL (d1->label))); in cmp()
1778 tree lab = CASE_LABEL (elt); in analyze_switch_statement()
H A Dtree-ssa-threadedge.cc860 taken_edge = find_edge (bb, label_to_block (cfun, CASE_LABEL (cond))); in thread_around_empty_blocks()
962 label_to_block (cfun, CASE_LABEL (cond))); in thread_through_normal_block()
H A Dtree-cfg.cc1328 tree lab = CASE_LABEL (elt); in get_cases_for_edge()
1608 label = CASE_LABEL (case_label); in cleanup_dead_labels()
1611 CASE_LABEL (case_label) = new_label; in cleanup_dead_labels()
1746 base_bb = label_to_block (cfun, CASE_LABEL (base_case)); in group_case_labels_stmt()
1753 && removed_labels->contains (CASE_LABEL (base_case)))) in group_case_labels_stmt()
1770 basic_block merge_bb = label_to_block (cfun, CASE_LABEL (merge_case)); in group_case_labels_stmt()
1777 || !removed_labels->contains (CASE_LABEL (merge_case))) in group_case_labels_stmt()
2477 dest_bb = label_to_block (cfun, CASE_LABEL (taken_case)); in find_taken_edge_switch_expr()
6051 CASE_LABEL (cases) = label; in gimple_redirect_edge_and_branch()
6073 if (label_to_block (cfun, CASE_LABEL (elt)) == e->dest) in gimple_redirect_edge_and_branch()
[all …]
H A Dtree-vrp.cc2975 ci[idx].bb = label_to_block (fun, CASE_LABEL (ci[idx].expr)); in find_switch_asserts()
3045 if (CASE_LABEL (cl) == CASE_LABEL (default_cl)) in find_switch_asserts()
3057 if (CASE_LABEL (next_cl) == CASE_LABEL (default_cl)) in find_switch_asserts()
H A Dtree-dump.cc671 dump_child ("name", CASE_LABEL (t)); in dequeue_and_dump()
H A Dtree-ssa-threadbackward.cc308 return find_edge (gimple_bb (sw), label_to_block (cfun, CASE_LABEL (label))); in find_taken_edge_switch()
H A Dtree-eh.cc725 tree lab = CASE_LABEL (gimple_switch_label (switch_expr, i)); in verify_norecord_switch_expr()
1425 x = gimple_build_label (CASE_LABEL (last_case)); in lower_try_finally_switch()
1468 x = gimple_build_label (CASE_LABEL (last_case)); in lower_try_finally_switch()
1535 x = gimple_build_label (CASE_LABEL (last_case)); in lower_try_finally_switch()
H A Domp-oacc-kernels-decompose.cc1130 label = CASE_LABEL (switch_case); in compute_regions()
H A Dtree-cfgcleanup.cc95 basic_block case_bb = label_to_block (cfun, CASE_LABEL (label)); in convert_single_case_switch()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.cc1087 CASE_LABEL (case_)); in switch_cfg_superedge()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c1515 warning_at (DECL_SOURCE_LOCATION (CASE_LABEL (label)), in match_case_to_enum_1()
1520 warning_at (DECL_SOURCE_LOCATION (CASE_LABEL (label)), in match_case_to_enum_1()

123