Lines Matching refs:GOTO_DESTINATION
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()
1043 = main_block_label (GOTO_DESTINATION (stmt)); in cleanup_dead_labels()
1566 && (GOTO_DESTINATION (then_stmt) == GOTO_DESTINATION (else_stmt))) in remove_useless_stmts_cond()
1765 tree dest = GOTO_DESTINATION (*stmt_p); in remove_useless_stmts_goto()
1787 else if (data->last_goto && GOTO_DESTINATION (*data->last_goto) == label) in remove_useless_stmts_label()
2525 && TREE_CODE (GOTO_DESTINATION (t)) != LABEL_DECL); in computed_goto_p()
2535 && TREE_CODE (GOTO_DESTINATION (t)) == LABEL_DECL); in simple_goto_p()
3833 GOTO_DESTINATION (COND_EXPR_THEN (stmt)))) in tree_verify_flow_info()
3841 GOTO_DESTINATION (COND_EXPR_ELSE (stmt)))) in tree_verify_flow_info()
4128 GOTO_DESTINATION (stmt) = label; in tree_redirect_edge_and_branch()