Lines Matching refs:CASE_LABEL
926 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()
5085 CASE_LABEL (cases) = label; in gimple_redirect_edge_and_branch()
5107 if (label_to_block (CASE_LABEL (elt)) == e->dest) in gimple_redirect_edge_and_branch()
5108 CASE_LABEL (elt) = label; in gimple_redirect_edge_and_branch()