Searched refs:LABEL_EXPR_LABEL (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/gcc/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() 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 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 | 552 return LABEL_EXPR_LABEL (stmt); in get_rhs() 680 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() 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 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 | tree-pretty-print.c | 2764 dump_generic_node (buffer, LABEL_EXPR_LABEL (stmt), 0, 0, false); in pp_cfg_jump()
|
| H A D | c-typeck.c | 7350 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 D | tree.h | 1527 #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()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | cp-gimplify.c | 225 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 D | pt.c | 8668 finish_label_stmt (DECL_NAME (LABEL_EXPR_LABEL (t))); in tsubst_expr()
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1725 statement can be obtained with the @code{LABEL_EXPR_LABEL} macro. The
|
| H A D | gccint.info | 5390 statement can be obtained with the `LABEL_EXPR_LABEL' macro. The
|