| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gimple-low.c | 105 x = build1 (LABEL_EXPR, void_type_node, TREE_PURPOSE (t)); in lower_function_body() 131 x = build1 (LABEL_EXPR, void_type_node, disp_label); in lower_function_body() 244 case LABEL_EXPR: in lower_stmt() 491 t = build1 (LABEL_EXPR, void_type_node, NULL_TREE); in lower_cond_expr() 501 t = build1 (LABEL_EXPR, void_type_node, NULL_TREE); in lower_cond_expr() 531 end_label = build1 (LABEL_EXPR, void_type_node, NULL_TREE); in lower_cond_expr() 688 t = build1 (LABEL_EXPR, void_type_node, next_label); in lower_builtin_setjmp() 708 t = build1 (LABEL_EXPR, void_type_node, cont_label); in lower_builtin_setjmp()
|
| H A D | tree-eh.c | 221 case LABEL_EXPR: in collect_finally_tree() 401 label = build1 (LABEL_EXPR, void_type_node, NULL_TREE); in replace_goto_queue_cond_clause() 718 x = build1 (LABEL_EXPR, void_type_node, lab); in frob_into_branch_around() 726 x = build1 (LABEL_EXPR, void_type_node, over); in frob_into_branch_around() 895 x = build1 (LABEL_EXPR, void_type_node, tf->eh_label); in honor_protect_cleanup_actions() 923 x = build1 (LABEL_EXPR, void_type_node, lab); in lower_try_finally_nofallthru() 961 x = build1 (LABEL_EXPR, void_type_node, tf->eh_label); in lower_try_finally_onedest() 982 x = build1 (LABEL_EXPR, void_type_node, finally_label); in lower_try_finally_onedest() 1047 x = build1 (LABEL_EXPR, void_type_node, tf->eh_label); in lower_try_finally_copy() 1097 x = build1 (LABEL_EXPR, void_type_node, lab); in lower_try_finally_copy() [all …]
|
| H A D | value-prof.c | 208 label1 = build1 (LABEL_EXPR, void_type_node, label_decl1); in tree_divmod_fixed_value() 215 label2 = build1 (LABEL_EXPR, void_type_node, label_decl2); in tree_divmod_fixed_value() 222 label3 = build1 (LABEL_EXPR, void_type_node, label_decl3); in tree_divmod_fixed_value() 375 label1 = build1 (LABEL_EXPR, void_type_node, label_decl1); in tree_mod_pow2() 382 label2 = build1 (LABEL_EXPR, void_type_node, label_decl2); in tree_mod_pow2() 389 label3 = build1 (LABEL_EXPR, void_type_node, label_decl3); in tree_mod_pow2() 537 label1 = build1 (LABEL_EXPR, void_type_node, label_decl1); in tree_mod_subtract() 551 label2 = build1 (LABEL_EXPR, void_type_node, label_decl2); in tree_mod_subtract() 558 label3 = build1 (LABEL_EXPR, void_type_node, label_decl3); in tree_mod_subtract()
|
| H A D | tree-ssa-loop-ch.c | 84 if (TREE_CODE (last) == LABEL_EXPR) in should_duplicate_loop_header_p() 107 && TREE_CODE (stmt) != LABEL_EXPR) in do_while_loop_p()
|
| H A D | tree-cfgcleanup.c | 291 case LABEL_EXPR: in tree_forwarder_block_p() 401 && TREE_CODE (label) == LABEL_EXPR in remove_forwarder_block() 480 gcc_assert (TREE_CODE (label) == LABEL_EXPR); in remove_forwarder_block() 649 && TREE_CODE (label) == LABEL_EXPR in remove_forwarder_block_with_phi()
|
| H A D | tree-cfg.c | 306 = build1 (LABEL_EXPR, void_type_node, factored_label_decl); in factor_computed_gotos() 836 stmt = build1 (LABEL_EXPR, void_type_node, dest); in label_to_block_fn() 860 if (TREE_CODE (target) != LABEL_EXPR) in make_abnormal_goto_edges() 971 if (TREE_CODE (stmt) != LABEL_EXPR) in cleanup_dead_labels() 1069 if (TREE_CODE (stmt) != LABEL_EXPR) in cleanup_dead_labels() 1208 if (stmt && TREE_CODE (stmt) == LABEL_EXPR in tree_can_merge_blocks_p() 1230 if (TREE_CODE (stmt) != LABEL_EXPR) in tree_can_merge_blocks_p() 1362 if (TREE_CODE (bsi_stmt (bsi)) == LABEL_EXPR) in tree_merge_blocks() 1863 case LABEL_EXPR: in remove_useless_stmts_1() 2034 if (TREE_CODE (stmt) == LABEL_EXPR in remove_bb() [all …]
|
| H A D | tree-ssa-propagate.c | 551 case LABEL_EXPR: in get_rhs() 646 && TREE_CODE (expr) != LABEL_EXPR) in set_rhs() 679 case LABEL_EXPR: in set_rhs()
|
| H A D | tree-if-conv.c | 231 case LABEL_EXPR: in tree_if_convert_stmt() 403 case LABEL_EXPR: in if_convertible_stmt_p() 968 if (TREE_CODE (bsi_stmt (bsi)) == LABEL_EXPR) in combine_blocks()
|
| H A D | tree-gimple.c | 212 case LABEL_EXPR: in is_gimple_stmt()
|
| H A D | gimplify.c | 760 if (TREE_CODE (stmt) == LABEL_EXPR) in should_carry_locus_p() 1291 tree start_label = build1 (LABEL_EXPR, void_type_node, NULL_TREE); in gimplify_loop_expr() 1303 *expr_p = build1 (LABEL_EXPR, void_type_node, gimplify_ctxp->exit_label); in gimplify_loop_expr() 1427 *expr_p = build1 (LABEL_EXPR, void_type_node, in gimplify_switch_expr() 1463 *expr_p = build1 (LABEL_EXPR, void_type_node, CASE_LABEL (expr)); in gimplify_case_label_expr() 2212 t = build1 (LABEL_EXPR, void_type_node, local_label); in shortcut_cond_r() 2320 if (expr && TREE_CODE (expr) == LABEL_EXPR) in shortcut_cond_expr() 2357 t = build1 (LABEL_EXPR, void_type_node, false_label); in shortcut_cond_expr() 2364 t = build1 (LABEL_EXPR, void_type_node, end_label); in shortcut_cond_expr() 2768 append_to_statement_list (build1 (LABEL_EXPR, in gimplify_init_ctor_eval_range() [all …]
|
| H A D | tree-tailcall.c | 394 if (TREE_CODE (stmt) == LABEL_EXPR) in find_tail_calls() 489 if (TREE_CODE (stmt) == LABEL_EXPR) in find_tail_calls()
|
| H A D | tree-ssa-sink.c | 462 && TREE_CODE (bsi_stmt (tobsi)) == LABEL_EXPR) in sink_code_in_bb()
|
| H A D | tree-ssa-threadedge.c | 234 if (IS_EMPTY_STMT (stmt) || TREE_CODE (stmt) == LABEL_EXPR) in record_temporary_equivalences_from_stmts_at_dest()
|
| H A D | omp-low.c | 2240 t = build1 (LABEL_EXPR, void_type_node, then_lab); in expand_parallel_call() 2246 t = build1 (LABEL_EXPR, void_type_node, else_lab); in expand_parallel_call() 2384 if (!bsi_end_p (si) && TREE_CODE (bsi_stmt (si)) != LABEL_EXPR) in remove_exit_barrier() 3756 t = build1 (LABEL_EXPR, void_type_node, l0); in lower_omp_single_copy() 3774 t = build1 (LABEL_EXPR, void_type_node, l1); in lower_omp_single_copy() 3779 t = build1 (LABEL_EXPR, void_type_node, l2); in lower_omp_single_copy() 3852 x = build1 (LABEL_EXPR, void_type_node, lab); in lower_omp_master() 4547 case LABEL_EXPR: in diagnose_sb_1()
|
| H A D | ipa-pure-const.c | 475 case LABEL_EXPR: in scan_function()
|
| H A D | tree-ssa-threadupdate.c | 667 && (TREE_CODE (bsi_stmt (bsi)) == LABEL_EXPR in redirection_block_p()
|
| H A D | tree-pretty-print.c | 1446 case LABEL_EXPR: in dump_generic_node() 2687 if (!stmt || TREE_CODE (stmt) != LABEL_EXPR) in dump_bb_header() 2761 if (stmt && TREE_CODE (stmt) == LABEL_EXPR) in pp_cfg_jump() 2842 curr_indent = TREE_CODE (stmt) == LABEL_EXPR ? label_indent : indent; in dump_generic_bb_buff()
|
| H A D | tree-flow-inline.h | 617 case LABEL_EXPR: in is_label_stmt() 669 while (!bsi_end_p (bsi) && TREE_CODE (bsi_stmt (bsi)) == LABEL_EXPR) in bsi_after_labels()
|
| H A D | tree-ssa-dce.c | 302 case LABEL_EXPR: in mark_stmt_if_obviously_necessary()
|
| H A D | tree-inline.c | 1413 case LABEL_EXPR: in inline_forbidden_p_1() 1627 case LABEL_EXPR: in estimate_num_insns_1() 2427 else if (TREE_CODE (*tp) == LABEL_EXPR) in mark_local_for_remap_r()
|
| H A D | tree-ssa-phiopt.c | 309 && (TREE_CODE (bsi_stmt (bsi)) == LABEL_EXPR in empty_block_p()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | cp-gimplify.c | 74 t = build1 (LABEL_EXPR, void_type_node, label); in finish_bc_block() 220 top = build1 (LABEL_EXPR, void_type_node, NULL_TREE); in gimplify_cp_loop() 236 entry = build1 (LABEL_EXPR, void_type_node, NULL_TREE); in gimplify_cp_loop() 817 t = build1 (LABEL_EXPR, void_type_node, lab); in cxx_omp_clause_apply_fn()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20000914-1.c | 140 LABEL_EXPR, enumerator
|
| /openbsd-src/gnu/gcc/gcc/config/xtensa/ |
| H A D | xtensa.c | 2252 t = build1 (LABEL_EXPR, void_type_node, lab_false); in xtensa_gimplify_va_arg_expr() 2281 t = build1 (LABEL_EXPR, void_type_node, lab_false2); in xtensa_gimplify_va_arg_expr() 2289 t = build1 (LABEL_EXPR, void_type_node, lab_over); in xtensa_gimplify_va_arg_expr()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | lang.c | 1119 case LABEL_EXPR:
|