Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
1075 label = LABEL_EXPR_LABEL (stmt); in cleanup_dead_labels()
1779 tree label = LABEL_EXPR_LABEL (*stmt_p); in remove_useless_stmts_label()
2576 if (DECL_NONLOCAL (LABEL_EXPR_LABEL (t)) in stmt_starts_bb_p()
2577 || FORCED_LABEL (LABEL_EXPR_LABEL (t))) in stmt_starts_bb_p()
2781 t = LABEL_EXPR_LABEL (t); in set_bb_for_stmt()
2820 LABEL_DECL_UID (LABEL_EXPR_LABEL (t)), bb); in change_bb_for_stmt()
3226 if (LABEL_EXPR_LABEL (stmt) == label) in has_label_p()
4041 label = LABEL_EXPR_LABEL (stmt); in tree_block_label()
[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.c568 return LABEL_EXPR_LABEL (stmt); in get_rhs()
649 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()
2319 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 Dc-typeck.c7772 exit = build_and_jump (&LABEL_EXPR_LABEL (top)); in c_finish_loop()
7776 decl_attributes (&LABEL_EXPR_LABEL (top), attrs, 0); in c_finish_loop()
7789 t = build_and_jump (&LABEL_EXPR_LABEL (entry)); in c_finish_loop()
H A Dtree-pretty-print.c2764 dump_generic_node (buffer, LABEL_EXPR_LABEL (stmt), 0, 0, false); in pp_cfg_jump()
H A Dtree.h1557 #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()
H A DChangeLog.tree-ssa15316 (LABEL_EXPR_LABEL): Define.
H A DChangeLog-200524247 * tree-cfg.c (tree_verify_flow_info): Use LABEL_EXPR_LABEL.
H A DChangeLog-200434015 COND_EXPR_THEN, COND_EXPR_ELSE, LABEL_EXPR_LABEL,
/freebsd-12.1/contrib/gcc/cp/
H A Dcp-gimplify.c240 exit = build_and_jump (&LABEL_EXPR_LABEL (top)); in gimplify_cp_loop()
244 decl_attributes (&LABEL_EXPR_LABEL (top), attrs, 0); in gimplify_cp_loop()
258 t = build_and_jump (&LABEL_EXPR_LABEL (entry)); in gimplify_cp_loop()
H A Dpt.c8691 finish_label_stmt (DECL_NAME (LABEL_EXPR_LABEL (t))); in tsubst_expr()
/freebsd-12.1/contrib/gcc/doc/
H A Dc-tree.texi1725 statement can be obtained with the @code{LABEL_EXPR_LABEL} macro. The