Home
last modified time | relevance | path

Searched refs:SWITCH_LABELS (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-uncprop.c195 tree labels = SWITCH_LABELS (stmt); in associate_equivalences_with_edges()
H A Dtree-cfg.c786 vec = SWITCH_LABELS (t); in get_cases_for_edge()
808 vec = SWITCH_LABELS (entry); in make_switch_expr_edges()
1024 tree vec = SWITCH_LABELS (stmt); in cleanup_dead_labels()
1102 tree labels = SWITCH_LABELS (stmt); in group_case_labels()
2205 tree vec = SWITCH_LABELS (switch_expr); in find_case_label_for_value()
3889 vec = SWITCH_LABELS (stmt); in tree_verify_flow_info()
4160 tree vec = SWITCH_LABELS (stmt); in tree_redirect_edge_and_branch()
H A Dgimple-low.c415 return SWITCH_LABELS (stmt) == NULL_TREE; in block_may_fallthru()
H A Dstmt.c2318 tree vec = SWITCH_LABELS (exp); in expand_case()
2338 gcc_assert (SWITCH_LABELS (exp)); in expand_case()
H A Dgimplify.c1377 gcc_assert (!SWITCH_LABELS (switch_expr)); in gimplify_switch_expr()
1417 SWITCH_LABELS (*expr_p) = label_vec; in gimplify_switch_expr()
1444 gcc_assert (SWITCH_LABELS (switch_expr)); in gimplify_switch_expr()
H A Dtree-eh.c568 vec = SWITCH_LABELS (switch_expr); in verify_norecord_switch_expr()
H A Dtree-ssa-dom.c1284 tree labels = SWITCH_LABELS (stmt); in record_edge_info()
H A Dtree-pretty-print.c1519 tree vec = SWITCH_LABELS (node); in dump_generic_node()
H A Dtree.h1481 #define SWITCH_LABELS(NODE) TREE_OPERAND (SWITCH_EXPR_CHECK (NODE), 2) macro
H A Domp-low.c4611 tree vec = SWITCH_LABELS (t); in diagnose_sb_2()