Home
last modified time | relevance | path

Searched refs:LABEL_EXPR_LABEL (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-cfg.c863 target = LABEL_EXPR_LABEL (target); in make_abnormal_goto_edges()
974 label = LABEL_EXPR_LABEL (stmt); in cleanup_dead_labels()
1072 label = LABEL_EXPR_LABEL (stmt); in cleanup_dead_labels()
1209 && DECL_NONLOCAL (LABEL_EXPR_LABEL (stmt))) in tree_can_merge_blocks_p()
1232 if (!DECL_ARTIFICIAL (LABEL_EXPR_LABEL (stmt))) in tree_can_merge_blocks_p()
1373 if (FORCED_LABEL (LABEL_EXPR_LABEL (label))) in tree_merge_blocks()
1772 tree label = LABEL_EXPR_LABEL (*stmt_p); in remove_useless_stmts_label()
2035 && (FORCED_LABEL (LABEL_EXPR_LABEL (stmt)) in remove_bb()
2036 || DECL_NONLOCAL (LABEL_EXPR_LABEL (stmt)))) in remove_bb()
2044 if (DECL_NONLOCAL (LABEL_EXPR_LABEL (stmt))) in remove_bb()
[all …]
H A Dtree-cfgcleanup.c292 if (DECL_NONLOCAL (LABEL_EXPR_LABEL (stmt))) in tree_forwarder_block_p()
402 && DECL_NONLOCAL (LABEL_EXPR_LABEL (label))) in remove_forwarder_block()
650 && DECL_NONLOCAL (LABEL_EXPR_LABEL (label))) in remove_forwarder_block_with_phi()
H A Dgimple-low.c496 then_goto = build_and_jump (&LABEL_EXPR_LABEL (t)); in lower_cond_expr()
519 else_goto = build_and_jump (&LABEL_EXPR_LABEL (t)); in lower_cond_expr()
532 t = build_and_jump (&LABEL_EXPR_LABEL (end_label)); in lower_cond_expr()
H A Dtree-ssa-propagate.c552 return LABEL_EXPR_LABEL (stmt); in get_rhs()
680 LABEL_EXPR_LABEL (stmt) = expr; in set_rhs()
H A Dtree-eh.c222 record_in_finally_tree (LABEL_EXPR_LABEL (t), region); in collect_finally_tree()
402 *tp = build_and_jump (&LABEL_EXPR_LABEL (label)); in replace_goto_queue_cond_clause()
H A Dgimplify.c1292 tree jump_stmt = build_and_jump (&LABEL_EXPR_LABEL (start_label)); in gimplify_loop_expr()
2321 end_label = LABEL_EXPR_LABEL (expr); in shortcut_cond_expr()
5649 gcc_assert (decl_function_context (LABEL_EXPR_LABEL (*expr_p)) in gimplify_expr()
H A Dtree-nested.c1567 label = LABEL_EXPR_LABEL (t); in convert_nl_goto_receiver()
H A Dtree-ssa-operands.c2133 get_expr_operands (stmt, &LABEL_EXPR_LABEL (stmt), opf_none); in parse_ssa_operands()
H A Dtree-pretty-print.c2764 dump_generic_node (buffer, LABEL_EXPR_LABEL (stmt), 0, 0, false); in pp_cfg_jump()
H A Dc-typeck.c7350 exit = build_and_jump (&LABEL_EXPR_LABEL (top)); in c_finish_loop()
7362 t = build_and_jump (&LABEL_EXPR_LABEL (entry)); in c_finish_loop()
H A Dtree.h1527 #define LABEL_EXPR_LABEL(NODE) TREE_OPERAND (LABEL_EXPR_CHECK (NODE), 0) macro
H A Domp-low.c4548 splay_tree_insert (all_labels, (splay_tree_key) LABEL_EXPR_LABEL (t), in diagnose_sb_1()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcp-gimplify.c225 exit = build_and_jump (&LABEL_EXPR_LABEL (top)); in gimplify_cp_loop()
237 t = build_and_jump (&LABEL_EXPR_LABEL (entry)); in gimplify_cp_loop()
H A Dpt.c8668 finish_label_stmt (DECL_NAME (LABEL_EXPR_LABEL (t))); in tsubst_expr()
/openbsd-src/gnu/gcc/gcc/doc/
H A Dc-tree.texi1725 statement can be obtained with the @code{LABEL_EXPR_LABEL} macro. The
H A Dgccint.info5390 statement can be obtained with the `LABEL_EXPR_LABEL' macro. The