Searched refs:SWITCH_LABELS (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-ssa-uncprop.c | 195 tree labels = SWITCH_LABELS (stmt); in associate_equivalences_with_edges()
|
| H A D | tree-cfg.c | 786 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() 1109 tree labels = SWITCH_LABELS (stmt); in group_case_labels() 2212 tree vec = SWITCH_LABELS (switch_expr); in find_case_label_for_value() 3896 vec = SWITCH_LABELS (stmt); in tree_verify_flow_info() 4167 tree vec = SWITCH_LABELS (stmt); in tree_redirect_edge_and_branch()
|
| H A D | gimple-low.c | 415 return SWITCH_LABELS (stmt) == NULL_TREE; in block_may_fallthru()
|
| H A D | stmt.c | 2329 tree vec = SWITCH_LABELS (exp); in expand_case() 2349 gcc_assert (SWITCH_LABELS (exp)); in expand_case()
|
| H A D | gimplify.c | 1377 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 D | tree-eh.c | 568 vec = SWITCH_LABELS (switch_expr); in verify_norecord_switch_expr()
|
| H A D | tree-ssa-dom.c | 1284 tree labels = SWITCH_LABELS (stmt); in record_edge_info()
|
| H A D | tree-pretty-print.c | 1519 tree vec = SWITCH_LABELS (node); in dump_generic_node()
|
| H A D | tree.h | 1511 #define SWITCH_LABELS(NODE) TREE_OPERAND (SWITCH_EXPR_CHECK (NODE), 2) macro
|
| H A D | omp-low.c | 4611 tree vec = SWITCH_LABELS (t); in diagnose_sb_2()
|
| H A D | ChangeLog.tree-ssa | 6412 SWITCH_LABELS set. Update add_case_node calls. 6416 gimplification. Force default entry for SWITCH_LABELS. 11383 * tree.h (SWITCH_LABELS, CASE_LABEL): New macros.
|
| H A D | ChangeLog-2005 | 33306 * tree.h (SWITCH_COND, SWITCH_BODY, SWITCH_LABELS, CASE_LOW, 33495 SWITCH_EXPR--may fall through if SWITCH_LABELS is NULL.
|
| H A D | ChangeLog-2004 | 31075 SWITCH_LABELS are always sorted. 34010 EXIT_EXPR_COND, SWITCH_COND, SWITCH_BODY, SWITCH_LABELS,
|