Searched refs:LABEL_EXPR_LABEL (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-cfg.c | 863 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 D | tree-cfgcleanup.c | 292 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 D | gimple-low.c | 496 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 D | tree-ssa-propagate.c | 568 return LABEL_EXPR_LABEL (stmt); in get_rhs() 649 LABEL_EXPR_LABEL (stmt) = expr; in set_rhs()
|
| H A D | tree-eh.c | 222 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 D | gimplify.c | 1292 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 D | tree-nested.c | 1567 label = LABEL_EXPR_LABEL (t); in convert_nl_goto_receiver()
|
| H A D | tree-ssa-operands.c | 2133 get_expr_operands (stmt, &LABEL_EXPR_LABEL (stmt), opf_none); in parse_ssa_operands()
|
| H A D | c-typeck.c | 7772 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 D | tree-pretty-print.c | 2764 dump_generic_node (buffer, LABEL_EXPR_LABEL (stmt), 0, 0, false); in pp_cfg_jump()
|
| H A D | tree.h | 1557 #define LABEL_EXPR_LABEL(NODE) TREE_OPERAND (LABEL_EXPR_CHECK (NODE), 0) macro
|
| H A D | omp-low.c | 4548 splay_tree_insert (all_labels, (splay_tree_key) LABEL_EXPR_LABEL (t), in diagnose_sb_1()
|
| H A D | ChangeLog.tree-ssa | 15316 (LABEL_EXPR_LABEL): Define.
|
| H A D | ChangeLog-2005 | 24247 * tree-cfg.c (tree_verify_flow_info): Use LABEL_EXPR_LABEL.
|
| H A D | ChangeLog-2004 | 34015 COND_EXPR_THEN, COND_EXPR_ELSE, LABEL_EXPR_LABEL,
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | cp-gimplify.c | 240 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 D | pt.c | 8691 finish_label_stmt (DECL_NAME (LABEL_EXPR_LABEL (t))); in tsubst_expr()
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | c-tree.texi | 1725 statement can be obtained with the @code{LABEL_EXPR_LABEL} macro. The
|