| /openbsd-src/gnu/gcc/gcc/ |
| H A D | value-prof.c | 200 build1 (GOTO_EXPR, void_type_node, label_decl2), in tree_divmod_fixed_value() 201 build1 (GOTO_EXPR, void_type_node, label_decl1)); in tree_divmod_fixed_value() 367 build1 (GOTO_EXPR, void_type_node, label_decl2), in tree_mod_pow2() 368 build1 (GOTO_EXPR, void_type_node, label_decl1)); in tree_mod_pow2() 527 build1 (GOTO_EXPR, void_type_node, label_decl3), in tree_mod_subtract() 528 build1 (GOTO_EXPR, void_type_node, in tree_mod_subtract() 542 build1 (GOTO_EXPR, void_type_node, label_decl3), in tree_mod_subtract() 543 build1 (GOTO_EXPR, void_type_node, label_decl2)); in tree_mod_subtract()
|
| H A D | gimple-low.c | 145 x = build1 (GOTO_EXPR, void_type_node, disp_var); in lower_function_body() 243 case GOTO_EXPR: in lower_stmt() 403 case GOTO_EXPR: in block_may_fallthru() 586 t = build1 (GOTO_EXPR, void_type_node, label); in lower_return_expr() 684 t = build1 (GOTO_EXPR, void_type_node, cont_label); in lower_builtin_setjmp()
|
| H A D | tree-eh.c | 395 if (one && TREE_CODE (one) == GOTO_EXPR) in replace_goto_queue_cond_clause() 418 case GOTO_EXPR: in replace_goto_queue_1() 494 case GOTO_EXPR: in maybe_record_in_goto_queue() 672 x = build1 (GOTO_EXPR, void_type_node, finlab); in do_return_redirection() 687 x = build1 (GOTO_EXPR, void_type_node, finlab); in do_goto_redirection() 712 x = build1 (GOTO_EXPR, void_type_node, over); in frob_into_branch_around() 886 x = build1 (GOTO_EXPR, void_type_node, x); in honor_protect_cleanup_actions() 1041 x = build1 (GOTO_EXPR, void_type_node, x); in lower_try_finally_copy() 1186 x = build1 (GOTO_EXPR, void_type_node, finally_label); in lower_try_finally_switch() 1201 x = build1 (GOTO_EXPR, void_type_node, x); in lower_try_finally_switch() [all …]
|
| H A D | tree-ssa-threadedge.c | 72 && TREE_CODE (bsi_stmt (bsi)) != GOTO_EXPR in potentially_threadable_block() 364 else if (TREE_CODE (stmt) == GOTO_EXPR) in simplify_control_stmt_condition() 538 || TREE_CODE (stmt) == GOTO_EXPR in thread_across_edge()
|
| H A D | tree-vectorizer.c | 793 then_label = build1 (GOTO_EXPR, void_type_node, exit_label); in slpeel_make_loop_iterate_ntimes() 794 else_label = build1 (GOTO_EXPR, void_type_node, begin_label); in slpeel_make_loop_iterate_ntimes() 799 then_label = build1 (GOTO_EXPR, void_type_node, begin_label); in slpeel_make_loop_iterate_ntimes() 800 else_label = build1 (GOTO_EXPR, void_type_node, exit_label); in slpeel_make_loop_iterate_ntimes() 948 then_label = build1 (GOTO_EXPR, void_type_node, in slpeel_add_loop_guard() 950 else_label = build1 (GOTO_EXPR, void_type_node, in slpeel_add_loop_guard()
|
| H A D | tree-cfg.c | 311 factored_computed_goto = build1 (GOTO_EXPR, void_type_node, var); in factor_computed_gotos() 477 case GOTO_EXPR: in make_edges() 1039 case GOTO_EXPR: in cleanup_dead_labels() 1557 && TREE_CODE (then_stmt) == GOTO_EXPR in remove_useless_stmts_cond() 1558 && TREE_CODE (else_stmt) == GOTO_EXPR in remove_useless_stmts_cond() 1859 case GOTO_EXPR: in remove_useless_stmts_1() 2071 if (TREE_CODE (stmt) != GOTO_EXPR && EXPR_HAS_LOCATION (stmt) && !loc) in remove_bb() 2475 || TREE_CODE (t) == GOTO_EXPR in is_ctrl_stmt() 2517 return (TREE_CODE (t) == GOTO_EXPR in computed_goto_p() 2527 return (TREE_CODE (t) == GOTO_EXPR in simple_goto_p() [all …]
|
| H A D | tree-ssa-threadupdate.c | 187 || TREE_CODE (bsi_stmt (bsi)) == GOTO_EXPR in remove_ctrl_stmt_and_useless_edges() 678 || TREE_CODE (bsi_stmt (bsi)) == GOTO_EXPR in redirection_block_p()
|
| H A D | cfgexpand.c | 1218 if (TREE_CODE (then_exp) == GOTO_EXPR && IS_EMPTY_STMT (else_exp)) in expand_gimple_cond_expr() 1227 if (TREE_CODE (else_exp) == GOTO_EXPR && IS_EMPTY_STMT (then_exp)) in expand_gimple_cond_expr() 1236 gcc_assert (TREE_CODE (then_exp) == GOTO_EXPR in expand_gimple_cond_expr() 1237 && TREE_CODE (else_exp) == GOTO_EXPR); in expand_gimple_cond_expr()
|
| H A D | tree-gimple.c | 210 case GOTO_EXPR: in is_gimple_stmt()
|
| H A D | tree-ssa-propagate.c | 549 case GOTO_EXPR: in get_rhs() 676 case GOTO_EXPR: in set_rhs()
|
| H A D | tree-ssa-loop-manip.c | 632 build1 (GOTO_EXPR, void_type_node, then_label), in build_if_stmt() 633 build1 (GOTO_EXPR, void_type_node, else_label)); in build_if_stmt()
|
| H A D | tree-mudflap.c | 633 build1 (GOTO_EXPR, void_type_node, tree_block_label (then_bb)), in mf_build_check_statement_for() 634 build1 (GOTO_EXPR, void_type_node, tree_block_label (join_bb))); in mf_build_check_statement_for()
|
| H A D | tree-nested.c | 995 case GOTO_EXPR: in convert_nonlocal_reference() 1497 if (TREE_CODE (t) != GOTO_EXPR) in convert_nl_goto_reference() 1581 x = build1 (GOTO_EXPR, void_type_node, label); in convert_nl_goto_receiver()
|
| H A D | tree-cfgcleanup.c | 195 else if (TREE_CODE (stmt) == GOTO_EXPR
|
| H A D | tree-ssa-dce.c | 340 case GOTO_EXPR: in mark_stmt_if_obviously_necessary()
|
| H A D | gimplify.c | 1483 return build1 (GOTO_EXPR, void_type_node, *label_p); in build_and_jump() 2280 && TREE_CODE (then_) == GOTO_EXPR in shortcut_cond_expr() 2289 && TREE_CODE (else_) == GOTO_EXPR in shortcut_cond_expr() 2794 build1 (GOTO_EXPR, in gimplify_init_ctor_eval_range() 2808 append_to_statement_list (build1 (GOTO_EXPR, in gimplify_init_ctor_eval_range() 5277 build1 (GOTO_EXPR, void_type_node, label), NULL); in gimplify_omp_atomic_pipeline() 5639 case GOTO_EXPR: in gimplify_expr()
|
| H A D | tree-complex.c | 1070 t1 = build1 (GOTO_EXPR, void_type_node, tree_block_label (bb_true)); in expand_complex_div_wide() 1071 t2 = build1 (GOTO_EXPR, void_type_node, tree_block_label (bb_false)); in expand_complex_div_wide()
|
| H A D | lambda-code.c | 1983 || TREE_CODE (stmt) == GOTO_EXPR in not_interesting_stmt() 2503 then_label = build1 (GOTO_EXPR, void_type_node, tree_block_label (latchbb)); in perfect_nestify() 2504 else_label = build1 (GOTO_EXPR, void_type_node, tree_block_label (olddest)); in perfect_nestify()
|
| H A D | tree-pretty-print.c | 1057 || TREE_CODE (COND_EXPR_THEN (node)) == GOTO_EXPR) in dump_generic_node() 1060 || TREE_CODE (COND_EXPR_ELSE (node)) == GOTO_EXPR)) in dump_generic_node() 1543 case GOTO_EXPR: in dump_generic_node()
|
| H A D | tree-ssa-dom.c | 492 else if (TREE_CODE (expr) == GOTO_EXPR) in initialize_hash_element() 2270 || TREE_CODE (use_stmt) == GOTO_EXPR) in propagate_rhs_into_lhs()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20000914-1.c | 141 GOTO_EXPR, enumerator
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-objc-common.c | 116 case GOTO_EXPR:
|
| /openbsd-src/gnu/gcc/gcc/config/xtensa/ |
| H A D | xtensa.c | 2242 build1 (GOTO_EXPR, void_type_node, lab_false), in xtensa_gimplify_va_arg_expr() 2249 t = build1 (GOTO_EXPR, void_type_node, lab_over); in xtensa_gimplify_va_arg_expr() 2272 build1 (GOTO_EXPR, void_type_node, lab_false2), in xtensa_gimplify_va_arg_expr()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | lang.c | 1115 case GOTO_EXPR:
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | cp-gimplify.c | 106 return build1 (GOTO_EXPR, void_type_node, label); in build_bc_goto()
|