Home
last modified time | relevance | path

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

12

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dstmt.c907 tree default_lab = CASE_LABEL (gimple_switch_default_label (stmt)); in expand_case()
935 tree lab = CASE_LABEL (elt); in expand_case()
1051 rtx_code_label *lab = jump_target_rtx (CASE_LABEL (elt)); in expand_sjlj_dispatch_table()
1076 CASE_LABEL (elt))); in expand_sjlj_dispatch_table()
H A Dtree-switch-conversion.c305 default_bb = label_to_block (CASE_LABEL (tmp)); in emit_case_bit_tests()
315 tree label = CASE_LABEL (cs); in emit_case_bit_tests()
639 = label_to_block (CASE_LABEL (gimple_switch_default_label (swtch))); in collect_switch_conv_info()
672 first = label_to_block (CASE_LABEL (gimple_switch_label (swtch, 1))); in collect_switch_conv_info()
858 tree lab = CASE_LABEL (gimple_switch_label (swtch, i)); in check_final_bb()
914 basic_block bb = label_to_block (CASE_LABEL (default_case)); in gather_default_values()
951 basic_block bb = label_to_block (CASE_LABEL (cs)); in build_constructors()
1735 tree lab = CASE_LABEL (elt); in compute_cases_per_edge()
2072 tree default_label = CASE_LABEL (gimple_switch_default_label (stmt)); in try_switch_expansion()
2104 tree lab = CASE_LABEL (elt); in try_switch_expansion()
H A Dvr-values.c2676 && CASE_LABEL (gimple_switch_default_label (stmt)) in vrp_visit_switch_stmt()
2677 != CASE_LABEL (val)) in vrp_visit_switch_stmt()
2686 if (CASE_LABEL (gimple_switch_label (stmt, i)) != CASE_LABEL (val)) in vrp_visit_switch_stmt()
2696 if (CASE_LABEL (gimple_switch_label (stmt, k)) != CASE_LABEL (val)) in vrp_visit_switch_stmt()
2707 label_to_block (CASE_LABEL (val))); in vrp_visit_switch_stmt()
2712 print_generic_stmt (dump_file, CASE_LABEL (val)); in vrp_visit_switch_stmt()
3764 label_to_block (CASE_LABEL (TREE_VEC_ELT (vec2, i)))); in simplify_switch_using_ranges()
H A Dtree-ssa-uncprop.c187 basic_block bb = label_to_block (CASE_LABEL (label)); in associate_equivalences_with_edges()
H A Dtree-cfgcleanup.c89 tree default_label = CASE_LABEL (gimple_switch_default_label (swtch)); in convert_single_case_switch()
95 basic_block case_bb = label_to_block_fn (cfun, CASE_LABEL (label)); in convert_single_case_switch()
H A Dipa-icf-gimple.c927 label1 = CASE_LABEL (label1); in compare_gimple_switch()
928 label2 = CASE_LABEL (label2); in compare_gimple_switch()
H A Dtree-ssa-threadedge.c980 taken_edge = find_edge (bb, label_to_block (CASE_LABEL (cond))); in thread_around_empty_blocks()
1112 label_to_block (CASE_LABEL (cond))); in thread_through_normal_block()
H A Dtree-cfg.c1371 tree lab = CASE_LABEL (elt); in get_cases_for_edge()
1396 tree lab = CASE_LABEL (gimple_switch_label (entry, i)); in make_gimple_switch_edges()
1650 label = CASE_LABEL (case_label); in cleanup_dead_labels()
1653 CASE_LABEL (case_label) = new_label; in cleanup_dead_labels()
1772 default_bb = label_to_block (CASE_LABEL (gimple_switch_default_label (stmt))); in group_case_labels_stmt()
1784 base_bb = label_to_block (CASE_LABEL (base_case)); in group_case_labels_stmt()
1805 basic_block merge_bb = label_to_block (CASE_LABEL (merge_case)); in group_case_labels_stmt()
2454 dest_bb = label_to_block (CASE_LABEL (taken_case)); in find_taken_edge_switch_expr()
5818 tree lab = CASE_LABEL (gimple_switch_label (switch_stmt, i)); in gimple_verify_flow_info()
5874 tree lab = CASE_LABEL (gimple_switch_label (switch_stmt, i)); in gimple_verify_flow_info()
[all …]
H A Dtree-dump.c669 dump_child ("name", CASE_LABEL (t)); in dequeue_and_dump()
H A Dtree-eh.c718 tree lab = CASE_LABEL (gimple_switch_label (switch_expr, i)); in verify_norecord_switch_expr()
1429 x = gimple_build_label (CASE_LABEL (last_case)); in lower_try_finally_switch()
1472 x = gimple_build_label (CASE_LABEL (last_case)); in lower_try_finally_switch()
1539 x = gimple_build_label (CASE_LABEL (last_case)); in lower_try_finally_switch()
H A Dtree-ssa-forwprop.c1057 label = CASE_LABEL (gimple_switch_default_label (stmt)); in simplify_gimple_switch_label_vec()
1074 basic_block target = label_to_block (CASE_LABEL (elt)); in simplify_gimple_switch_label_vec()
H A Dhsa-gen.c3521 CASE_LABEL (default_label)); in gen_hsa_insns_for_switch_stmt()
3556 basic_block bb = label_to_block_fn (func, CASE_LABEL (label)); in gen_hsa_insns_for_switch_stmt()
6271 = label_to_block_fn (func, CASE_LABEL (default_label)); in convert_switch_statements()
6284 basic_block label_bb = label_to_block_fn (func, CASE_LABEL (label)); in convert_switch_statements()
6367 = label_to_block_fn (func, CASE_LABEL (label)); in convert_switch_statements()
H A Dtree-vrp.c4133 ci[idx].bb = label_to_block (CASE_LABEL (ci[idx].expr)); in find_switch_asserts()
4203 if (CASE_LABEL (cl) == CASE_LABEL (default_cl)) in find_switch_asserts()
4215 if (CASE_LABEL (next_cl) == CASE_LABEL (default_cl)) in find_switch_asserts()
H A Dtree-ssa-dom.c457 basic_block target_bb = label_to_block (CASE_LABEL (label)); in record_edge_info()
H A Dtree-ssa-uninit.c727 if (e->dest == label_to_block (CASE_LABEL (tl))) in convert_control_dep_chain_into_preds()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-switch-conversion.c228 ldecl = CASE_LABEL (cs); in check_process_case()
394 basic_block bb = label_to_block (CASE_LABEL (default_case)); in gather_default_values()
427 basic_block bb = label_to_block (CASE_LABEL (cs)); in build_constructors()
H A Dtree-cfg.c926 tree lab = CASE_LABEL (elt); in get_cases_for_edge()
955 tree lab = CASE_LABEL (gimple_switch_label (entry, i)); in make_gimple_switch_edges()
1241 label = CASE_LABEL (case_label); in cleanup_dead_labels()
1244 CASE_LABEL (case_label) = new_label; in cleanup_dead_labels()
1352 default_label = CASE_LABEL (default_case); in group_case_labels_stmt()
1369 base_label = CASE_LABEL (base_case); in group_case_labels_stmt()
1392 tree merge_label = CASE_LABEL (merge_case); in group_case_labels_stmt()
2017 dest_bb = label_to_block (CASE_LABEL (taken_case)); in find_taken_edge_switch_expr()
4826 tree lab = CASE_LABEL (gimple_switch_label (stmt, i)); in gimple_verify_flow_info()
4882 tree lab = CASE_LABEL (gimple_switch_label (stmt, i)); in gimple_verify_flow_info()
[all …]
H A Dtree-ssa-uncprop.c184 basic_block bb = label_to_block (CASE_LABEL (label)); in associate_equivalences_with_edges()
H A Dtree-vrp.c4742 ci[idx].bb = label_to_block (CASE_LABEL (ci[idx].expr)); in find_switch_asserts()
6347 && CASE_LABEL (gimple_switch_default_label (stmt)) in vrp_visit_switch_stmt()
6348 != CASE_LABEL (val)) in vrp_visit_switch_stmt()
6357 if (CASE_LABEL (gimple_switch_label (stmt, i)) != CASE_LABEL (val)) in vrp_visit_switch_stmt()
6368 label_to_block (CASE_LABEL (val))); in vrp_visit_switch_stmt()
6373 print_generic_stmt (dump_file, CASE_LABEL (val), 0); in vrp_visit_switch_stmt()
7269 label_to_block (CASE_LABEL (TREE_VEC_ELT (vec2, i)))); in simplify_switch_using_ranges()
H A Dtree-eh.c694 tree lab = CASE_LABEL (gimple_switch_label (switch_expr, i)); in verify_norecord_switch_expr()
1365 x = gimple_build_label (CASE_LABEL (last_case)); in lower_try_finally_switch()
1406 x = gimple_build_label (CASE_LABEL (last_case)); in lower_try_finally_switch()
1481 x = gimple_build_label (CASE_LABEL (last_case)); in lower_try_finally_switch()
H A Dtree-dump.c683 dump_child ("name", CASE_LABEL (t)); in dequeue_and_dump()
H A Dstmt.c2248 default_label_decl = CASE_LABEL (elt); in expand_case()
2266 CASE_LABEL (elt), case_node_pool); in expand_case()
H A Dgimplify.c1671 tree label = CASE_LABEL (VEC_index (tree, labels, 0)); in gimplify_switch_expr()
1685 new_default = gimple_build_label (CASE_LABEL (default_case)); in gimplify_switch_expr()
1717 gimple_label = gimple_build_label (CASE_LABEL (*expr_p)); in gimplify_case_label_expr()
H A Dgimple-pretty-print.c780 dump_generic_node (buffer, CASE_LABEL (case_label), spc, flags, false); in dump_gimple_switch()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-warn.c1288 warning_at (DECL_SOURCE_LOCATION (CASE_LABEL (label)), in match_case_to_enum_1()
1293 warning_at (DECL_SOURCE_LOCATION (CASE_LABEL (label)), in match_case_to_enum_1()

12