Home
last modified time | relevance | path

Searched refs:GOTO_DESTINATION (Results 1 – 19 of 19) sorted by relevance

/NextBSD/contrib/gcc/
HDtree-cfgcleanup.c196 && TREE_CODE (GOTO_DESTINATION (stmt)) == ADDR_EXPR
197 && (TREE_CODE (TREE_OPERAND (GOTO_DESTINATION (stmt), 0))
209 label = TREE_OPERAND (GOTO_DESTINATION (stmt), 0);
HDtree-cfg.c318 var, GOTO_DESTINATION (last)); in factor_computed_gotos()
322 GOTO_DESTINATION (last) = factored_label_decl; in factor_computed_gotos()
621 then_label = GOTO_DESTINATION (COND_EXPR_THEN (entry)); in make_cond_expr_edges()
622 else_label = GOTO_DESTINATION (COND_EXPR_ELSE (entry)); in make_cond_expr_edges()
887 tree dest = GOTO_DESTINATION (goto_t); in make_goto_expr_edges()
1013 GOTO_DESTINATION (true_branch) in cleanup_dead_labels()
1014 = main_block_label (GOTO_DESTINATION (true_branch)); in cleanup_dead_labels()
1015 GOTO_DESTINATION (false_branch) in cleanup_dead_labels()
1016 = main_block_label (GOTO_DESTINATION (false_branch)); in cleanup_dead_labels()
1042 GOTO_DESTINATION (stmt) in cleanup_dead_labels()
[all …]
HDtree-ssa-propagate.c566 return GOTO_DESTINATION (stmt); in get_rhs()
646 GOTO_DESTINATION (stmt) = expr; in set_rhs()
HDcfgexpand.c1201 jumpif (pred, label_rtx (GOTO_DESTINATION (then_exp))); in expand_gimple_cond_expr()
1210 jumpifnot (pred, label_rtx (GOTO_DESTINATION (else_exp))); in expand_gimple_cond_expr()
1220 jumpif (pred, label_rtx (GOTO_DESTINATION (then_exp))); in expand_gimple_cond_expr()
HDtree-ssa-threadedge.c365 cond = GOTO_DESTINATION (stmt); in simplify_control_stmt_condition()
HDgimplify.c2279 && TREE_CODE (GOTO_DESTINATION (then_)) == LABEL_DECL) in shortcut_cond_expr()
2281 true_label = GOTO_DESTINATION (then_); in shortcut_cond_expr()
2288 && TREE_CODE (GOTO_DESTINATION (else_)) == LABEL_DECL) in shortcut_cond_expr()
2290 false_label = GOTO_DESTINATION (else_); in shortcut_cond_expr()
5642 if (TREE_CODE (GOTO_DESTINATION (*expr_p)) != LABEL_DECL) in gimplify_expr()
5643 ret = gimplify_expr (&GOTO_DESTINATION (*expr_p), pre_p, in gimplify_expr()
HDtree-ssa-dom.c495 element->rhs = GOTO_DESTINATION (expr); in initialize_hash_element()
2279 val = GOTO_DESTINATION (use_stmt); in propagate_rhs_into_lhs()
HDtree-nested.c997 if (TREE_CODE (GOTO_DESTINATION (t)) != LABEL_DECL) in convert_nonlocal_reference()
1499 label = GOTO_DESTINATION (t); in convert_nl_goto_reference()
HDtree-eh.c496 tree lab = GOTO_DESTINATION (stmt); in maybe_record_in_goto_queue()
HDtree-ssa-operands.c2129 get_expr_operands (stmt, &GOTO_DESTINATION (stmt), opf_none); in parse_ssa_operands()
HDtree-pretty-print.c1544 op0 = GOTO_DESTINATION (node); in dump_generic_node()
HDtree.h1535 #define GOTO_DESTINATION(NODE) TREE_OPERAND ((NODE), 0) macro
HDomp-low.c4600 tree lab = GOTO_DESTINATION (t); in diagnose_sb_2()
HDChangeLog.tree-ssa12878 * c-common.h (GOTO_DESTINATION): Remove. Fix botched
15560 CASE_LABEL_DECL, GOTO_DESTINATION, ASM_STRING, ASM_OUTPUTS,
HDChangeLog-200015971 (GOTO_DESTINATION): Likewise.
16127 (GOTO_DESTINATION): Likewise.
HDChangeLog-20047217 <COND_EXPR>: Use EDGE_COUNT instead of GOTO_DESTINATION.
34012 BIND_EXPR_BODY, BIND_EXPR_BLOCK, GOTO_DESTINATION,
/NextBSD/contrib/gcc/doc/
HDc-tree.texi1687 Used to represent a @code{goto} statement. The @code{GOTO_DESTINATION} will
1689 has been used, the @code{GOTO_DESTINATION} will be an arbitrary expression
/NextBSD/contrib/gcc/cp/
HDpt.c8695 tmp = GOTO_DESTINATION (t); in tsubst_expr()
HDChangeLog-20003007 (GOTO_DESTINATION): Likewise.