Searched refs:GOTO_DESTINATION (Results 1 – 19 of 19) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | tree-cfgcleanup.c | 196 && TREE_CODE (GOTO_DESTINATION (stmt)) == ADDR_EXPR 197 && (TREE_CODE (TREE_OPERAND (GOTO_DESTINATION (stmt), 0)) 209 label = TREE_OPERAND (GOTO_DESTINATION (stmt), 0);
|
| HD | tree-cfg.c | 318 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 …]
|
| HD | tree-ssa-propagate.c | 566 return GOTO_DESTINATION (stmt); in get_rhs() 646 GOTO_DESTINATION (stmt) = expr; in set_rhs()
|
| HD | cfgexpand.c | 1201 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()
|
| HD | tree-ssa-threadedge.c | 365 cond = GOTO_DESTINATION (stmt); in simplify_control_stmt_condition()
|
| HD | gimplify.c | 2279 && 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()
|
| HD | tree-ssa-dom.c | 495 element->rhs = GOTO_DESTINATION (expr); in initialize_hash_element() 2279 val = GOTO_DESTINATION (use_stmt); in propagate_rhs_into_lhs()
|
| HD | tree-nested.c | 997 if (TREE_CODE (GOTO_DESTINATION (t)) != LABEL_DECL) in convert_nonlocal_reference() 1499 label = GOTO_DESTINATION (t); in convert_nl_goto_reference()
|
| HD | tree-eh.c | 496 tree lab = GOTO_DESTINATION (stmt); in maybe_record_in_goto_queue()
|
| HD | tree-ssa-operands.c | 2129 get_expr_operands (stmt, &GOTO_DESTINATION (stmt), opf_none); in parse_ssa_operands()
|
| HD | tree-pretty-print.c | 1544 op0 = GOTO_DESTINATION (node); in dump_generic_node()
|
| HD | tree.h | 1535 #define GOTO_DESTINATION(NODE) TREE_OPERAND ((NODE), 0) macro
|
| HD | omp-low.c | 4600 tree lab = GOTO_DESTINATION (t); in diagnose_sb_2()
|
| HD | ChangeLog.tree-ssa | 12878 * c-common.h (GOTO_DESTINATION): Remove. Fix botched 15560 CASE_LABEL_DECL, GOTO_DESTINATION, ASM_STRING, ASM_OUTPUTS,
|
| HD | ChangeLog-2000 | 15971 (GOTO_DESTINATION): Likewise. 16127 (GOTO_DESTINATION): Likewise.
|
| HD | ChangeLog-2004 | 7217 <COND_EXPR>: Use EDGE_COUNT instead of GOTO_DESTINATION. 34012 BIND_EXPR_BODY, BIND_EXPR_BLOCK, GOTO_DESTINATION,
|
| /NextBSD/contrib/gcc/doc/ |
| HD | c-tree.texi | 1687 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/ |
| HD | pt.c | 8695 tmp = GOTO_DESTINATION (t); in tsubst_expr()
|
| HD | ChangeLog-2000 | 3007 (GOTO_DESTINATION): Likewise.
|