Home
last modified time | relevance | path

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

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
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()
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()
Dtree-ssa-uncprop.cc187 basic_block bb = label_to_block (cfun, CASE_LABEL (label)); in associate_equivalences_with_edges()
Dipa-icf-gimple.cc877 label1 = CASE_LABEL (label1); in compare_gimple_switch()
878 label2 = CASE_LABEL (label2); in compare_gimple_switch()
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()
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()
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 …]
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()
Dtree-dump.cc671 dump_child ("name", CASE_LABEL (t)); in dequeue_and_dump()
Dtree-ssa-threadbackward.cc308 return find_edge (gimple_bb (sw), label_to_block (cfun, CASE_LABEL (label))); in find_taken_edge_switch()
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()
Domp-oacc-kernels-decompose.cc1130 label = CASE_LABEL (switch_case); in compute_regions()
Dtree-cfgcleanup.cc95 basic_block case_bb = label_to_block (cfun, CASE_LABEL (label)); in convert_single_case_switch()
Dgimple-predicate-analysis.cc2223 if (e->dest == label_to_block (cfun, CASE_LABEL (tl))) in init_from_control_deps()
Dtree-ssa-dom.cc458 = label_to_block (cfun, CASE_LABEL (label)); in record_edge_info()
Dtree-ssa-forwprop.cc1065 label = CASE_LABEL (gimple_switch_default_label (stmt)); in simplify_gimple_switch_label_vec()
1082 basic_block target = label_to_block (cfun, CASE_LABEL (elt)); in simplify_gimple_switch_label_vec()
Dgimple.cc3316 tree label = CASE_LABEL (widest_label); in preprocess_case_label_vec_for_gimple()
Dgimple-pretty-print.cc1050 tree label = CASE_LABEL (case_label); in dump_gimple_switch()
Dgimplify.cc2206 if (CASE_LABEL (l) == label) in case_label_p()
2748 SWITCH_BREAK_LABEL_P (CASE_LABEL (default_case)) = 1; in gimplify_switch_expr()
2751 new_default = gimple_build_label (CASE_LABEL (default_case)); in gimplify_switch_expr()
2834 tree label = CASE_LABEL (*expr_p); in gimplify_case_label_expr()
Dtree.def985 Operand 2 is CASE_LABEL, which has the corresponding LABEL_DECL.
Dcfgexpand.cc3888 expand_goto (CASE_LABEL (gimple_switch_default_label (swtch))); in expand_gimple_stmt_1()
Dtree.h1284 #define CASE_LABEL(NODE) TREE_OPERAND (CASE_LABEL_EXPR_CHECK (NODE), 2) macro
DChangeLog.tuples4192 (verify_norecord_switch_expr): Retrieve the CASE_LABEL
6110 (gimplify_case_label_expr): Emit a label for CASE_LABEL
DChangeLog-20044810 (record_switch_edge): Don't muck with the CASE_LABEL. Instead
4816 (cleanup_dead_labels): Use CASE_LABEL again.
4820 (CASE_LABEL): Revert to just looking at the tree's second operand.
5326 CASE_LABEL.
5332 * tree.h (CASE_LABEL): Define in terms of get_case_label.
29389 (CASE_LABEL_EXPR): Rename from CASE_LABEL.
29485 * c-common.def (CASE_LABEL): Remove.
29486 * c-common.c (c_add_case_label): Use CASE_LABEL, not CASE_LABEL_DECL.
29488 * c-common.h (c_common_stmt_codes): Remove CASE_LABEL.
34011 CASE_LOW, CASE_HIGH, CASE_LABEL, BIND_EXPR_VARS,
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcoroutines.cc2244 b = build1 (GOTO_EXPR, void_type_node, CASE_LABEL (ddeflab)); in build_actor_fn()
2284 b = build1 (GOTO_EXPR, void_type_node, CASE_LABEL (rdeflab)); in build_actor_fn()

12