/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-stmt.c | 1472 tree exit_label; in gfc_trans_if() local 1476 code->exit_label = exit_label; in gfc_trans_if() 2255 tree exit_label; in gfc_trans_block_construct() local 2272 code->exit_label = exit_label; in gfc_trans_block_construct() 2351 code->exit_label = exit_label; in gfc_trans_simple_do() 2563 code->exit_label = exit_label; in gfc_trans_do() 2799 code->exit_label = exit_label; in gfc_trans_do_while() 3570 code->exit_label = exit_label; in gfc_trans_select() 3616 code->exit_label = exit_label; in gfc_trans_select_type() 3752 code->exit_label = exit_label; in gfc_trans_select_rank() [all …]
|
H A D | trans-stmt.cc | 1508 tree exit_label; in gfc_trans_if() local 1512 code->exit_label = exit_label; in gfc_trans_if() 2293 tree exit_label; in gfc_trans_block_construct() local 2310 code->exit_label = exit_label; in gfc_trans_block_construct() 2389 code->exit_label = exit_label; in gfc_trans_simple_do() 2601 code->exit_label = exit_label; in gfc_trans_do() 2837 code->exit_label = exit_label; in gfc_trans_do_while() 3608 code->exit_label = exit_label; in gfc_trans_select() 3654 code->exit_label = exit_label; in gfc_trans_select_type() 3788 code->exit_label = exit_label; in gfc_trans_select_rank() [all …]
|
H A D | trans-intrinsic.c | 2519 TREE_USED (exit_label) = 1; in trans_this_image() 2541 tmp = build1_v (GOTO_EXPR, exit_label); in trans_this_image() 2558 tmp = build1_v (LABEL_EXPR, exit_label); in trans_this_image() 4315 tree exit_label; in gfc_conv_intrinsic_anyall() local 4340 TREE_USED (exit_label) = 1; in gfc_conv_intrinsic_anyall() 4360 tmp = build1_v (GOTO_EXPR, exit_label); in gfc_conv_intrinsic_anyall() 5641 tree exit_label; in gfc_conv_intrinsic_findloc() local 5719 TREE_USED (exit_label) = 1; in gfc_conv_intrinsic_findloc() 8075 tree cond, loop_var, exit_label; in gfc_conv_intrinsic_sizeof() local 9223 tmp = build1_v (GOTO_EXPR, exit_label); in gfc_conv_intrinsic_repeat() [all …]
|
H A D | trans-intrinsic.cc | 2527 TREE_USED (exit_label) = 1; in trans_this_image() 2549 tmp = build1_v (GOTO_EXPR, exit_label); in trans_this_image() 2566 tmp = build1_v (LABEL_EXPR, exit_label); in trans_this_image() 4462 tree exit_label; in gfc_conv_intrinsic_anyall() local 4487 TREE_USED (exit_label) = 1; in gfc_conv_intrinsic_anyall() 4507 tmp = build1_v (GOTO_EXPR, exit_label); in gfc_conv_intrinsic_anyall() 5783 tree exit_label; in gfc_conv_intrinsic_findloc() local 5861 TREE_USED (exit_label) = 1; in gfc_conv_intrinsic_findloc() 8157 tree cond, loop_var, exit_label; in gfc_conv_intrinsic_sizeof() local 9345 tmp = build1_v (GOTO_EXPR, exit_label); in gfc_conv_intrinsic_repeat() [all …]
|
H A D | trans-array.c | 2122 tree exit_label; in gfc_trans_array_constructor_value() local 2154 exit_label = gfc_build_label_decl (NULL_TREE); in gfc_trans_array_constructor_value() 2168 tmp = build1_v (GOTO_EXPR, exit_label); in gfc_trans_array_constructor_value() 2169 TREE_USED (exit_label) = 1; in gfc_trans_array_constructor_value() 2189 tmp = build1_v (LABEL_EXPR, exit_label); in gfc_trans_array_constructor_value() 4119 tree exit_label; in gfc_trans_scalarized_loop_end() local 4137 TREE_USED (exit_label) = 1; in gfc_trans_scalarized_loop_end() 4140 tmp = build1_v (LABEL_EXPR, exit_label); in gfc_trans_scalarized_loop_end() 4198 tmp = build1_v (GOTO_EXPR, exit_label); in gfc_trans_scalarized_loop_end() 4199 TREE_USED (exit_label) = 1; in gfc_trans_scalarized_loop_end() [all …]
|
H A D | trans-array.cc | 2218 tree exit_label; in gfc_trans_array_constructor_value() local 2250 exit_label = gfc_build_label_decl (NULL_TREE); in gfc_trans_array_constructor_value() 2264 tmp = build1_v (GOTO_EXPR, exit_label); in gfc_trans_array_constructor_value() 2265 TREE_USED (exit_label) = 1; in gfc_trans_array_constructor_value() 2285 tmp = build1_v (LABEL_EXPR, exit_label); in gfc_trans_array_constructor_value() 4220 tree exit_label; in gfc_trans_scalarized_loop_end() local 4238 TREE_USED (exit_label) = 1; in gfc_trans_scalarized_loop_end() 4241 tmp = build1_v (LABEL_EXPR, exit_label); in gfc_trans_scalarized_loop_end() 4299 tmp = build1_v (GOTO_EXPR, exit_label); in gfc_trans_scalarized_loop_end() 4300 TREE_USED (exit_label) = 1; in gfc_trans_scalarized_loop_end() [all …]
|
H A D | trans-expr.c | 7429 tree i, el, exit_label, cond, tmp; in fill_with_spaces() local 7451 exit_label = gfc_build_label_decl (NULL_TREE); in fill_with_spaces() 7452 TREE_USED (exit_label) = 1; in fill_with_spaces() 7461 tmp = build1_v (GOTO_EXPR, exit_label); in fill_with_spaces() 7485 tmp = build1_v (LABEL_EXPR, exit_label); in fill_with_spaces()
|
H A D | trans-expr.cc | 7958 tree i, el, exit_label, cond, tmp; in fill_with_spaces() local 7980 exit_label = gfc_build_label_decl (NULL_TREE); in fill_with_spaces() 7981 TREE_USED (exit_label) = 1; in fill_with_spaces() 7990 tmp = build1_v (GOTO_EXPR, exit_label); in fill_with_spaces() 8014 tmp = build1_v (LABEL_EXPR, exit_label); in fill_with_spaces()
|
H A D | gfortran.h | 2993 tree exit_label; member
|
H A D | ChangeLog-2010 | 3162 and exit_label fields. 3169 (gfc_trans_exit): Use exit_label directly.
|
H A D | trans-openmp.c | 4404 code->exit_label = NULL_TREE; in gfc_trans_omp_do()
|
H A D | trans-openmp.cc | 5356 code->exit_label = NULL_TREE; in gfc_trans_omp_do()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-stmt.c | 1472 tree exit_label; in gfc_trans_if() local 1476 code->exit_label = exit_label; in gfc_trans_if() 2255 tree exit_label; in gfc_trans_block_construct() local 2272 code->exit_label = exit_label; in gfc_trans_block_construct() 2351 code->exit_label = exit_label; in gfc_trans_simple_do() 2563 code->exit_label = exit_label; in gfc_trans_do() 2799 code->exit_label = exit_label; in gfc_trans_do_while() 3570 code->exit_label = exit_label; in gfc_trans_select() 3616 code->exit_label = exit_label; in gfc_trans_select_type() 3752 code->exit_label = exit_label; in gfc_trans_select_rank() [all …]
|
H A D | trans-intrinsic.c | 2519 TREE_USED (exit_label) = 1; in trans_this_image() 2541 tmp = build1_v (GOTO_EXPR, exit_label); in trans_this_image() 2558 tmp = build1_v (LABEL_EXPR, exit_label); in trans_this_image() 4315 tree exit_label; in gfc_conv_intrinsic_anyall() local 4340 TREE_USED (exit_label) = 1; in gfc_conv_intrinsic_anyall() 4360 tmp = build1_v (GOTO_EXPR, exit_label); in gfc_conv_intrinsic_anyall() 5641 tree exit_label; in gfc_conv_intrinsic_findloc() local 5719 TREE_USED (exit_label) = 1; in gfc_conv_intrinsic_findloc() 8075 tree cond, loop_var, exit_label; in gfc_conv_intrinsic_sizeof() local 9223 tmp = build1_v (GOTO_EXPR, exit_label); in gfc_conv_intrinsic_repeat() [all …]
|
H A D | trans-array.c | 2122 tree exit_label; in gfc_trans_array_constructor_value() local 2154 exit_label = gfc_build_label_decl (NULL_TREE); in gfc_trans_array_constructor_value() 2168 tmp = build1_v (GOTO_EXPR, exit_label); in gfc_trans_array_constructor_value() 2169 TREE_USED (exit_label) = 1; in gfc_trans_array_constructor_value() 2189 tmp = build1_v (LABEL_EXPR, exit_label); in gfc_trans_array_constructor_value() 4119 tree exit_label; in gfc_trans_scalarized_loop_end() local 4137 TREE_USED (exit_label) = 1; in gfc_trans_scalarized_loop_end() 4140 tmp = build1_v (LABEL_EXPR, exit_label); in gfc_trans_scalarized_loop_end() 4198 tmp = build1_v (GOTO_EXPR, exit_label); in gfc_trans_scalarized_loop_end() 4199 TREE_USED (exit_label) = 1; in gfc_trans_scalarized_loop_end() [all …]
|
H A D | gfortran.h | 2708 tree exit_label; member
|
H A D | trans-expr.c | 7429 tree i, el, exit_label, cond, tmp; in fill_with_spaces() local 7451 exit_label = gfc_build_label_decl (NULL_TREE); in fill_with_spaces() 7452 TREE_USED (exit_label) = 1; in fill_with_spaces() 7461 tmp = build1_v (GOTO_EXPR, exit_label); in fill_with_spaces() 7485 tmp = build1_v (LABEL_EXPR, exit_label); in fill_with_spaces()
|
H A D | trans-openmp.c | 4404 code->exit_label = NULL_TREE; in gfc_trans_omp_do()
|
/netbsd/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | gcn.md | 1781 rtx large_label, zero_label, exit_label; 1787 exit_label = gen_label_rtx (); 1814 emit_jump_insn (gen_jump (exit_label)); 1825 emit_jump_insn (gen_jump (exit_label)); 1845 emit_label (exit_label);
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify.c | 191 tree exit_label; member 1840 tree saved_label = gimplify_ctxp->exit_label; in gimplify_loop_expr() 1845 gimplify_ctxp->exit_label = NULL_TREE; in gimplify_loop_expr() 1851 if (gimplify_ctxp->exit_label) in gimplify_loop_expr() 1853 gimple_build_label (gimplify_ctxp->exit_label)); in gimplify_loop_expr() 1855 gimplify_ctxp->exit_label = saved_label; in gimplify_loop_expr() 2656 expr = build_and_jump (&gimplify_ctxp->exit_label); in gimplify_exit_expr()
|
H A D | gimplify.cc | 196 tree exit_label; member 1986 tree saved_label = gimplify_ctxp->exit_label; in gimplify_loop_expr() 1991 gimplify_ctxp->exit_label = NULL_TREE; in gimplify_loop_expr() 1997 if (gimplify_ctxp->exit_label) in gimplify_loop_expr() 1999 gimple_build_label (gimplify_ctxp->exit_label)); in gimplify_loop_expr() 2001 gimplify_ctxp->exit_label = saved_label; in gimplify_loop_expr() 2878 expr = build_and_jump (&gimplify_ctxp->exit_label); in gimplify_exit_expr()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimplify.c | 191 tree exit_label; member 1840 tree saved_label = gimplify_ctxp->exit_label; in gimplify_loop_expr() 1845 gimplify_ctxp->exit_label = NULL_TREE; in gimplify_loop_expr() 1851 if (gimplify_ctxp->exit_label) in gimplify_loop_expr() 1853 gimple_build_label (gimplify_ctxp->exit_label)); in gimplify_loop_expr() 1855 gimplify_ctxp->exit_label = saved_label; in gimplify_loop_expr() 2656 expr = build_and_jump (&gimplify_ctxp->exit_label); in gimplify_exit_expr()
|
/netbsd/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390.c | 6040 rtx exit_label = gen_label_rtx (); in s390_expand_vec_movstr() local 6059 emit_jump (exit_label); in s390_expand_vec_movstr() 6137 emit_label (exit_label); in s390_expand_vec_movstr() 6138 LABEL_NUSES (exit_label) = 1; in s390_expand_vec_movstr()
|
H A D | s390.cc | 6138 rtx exit_label = gen_label_rtx (); in s390_expand_vec_movstr() local 6157 emit_jump (exit_label); in s390_expand_vec_movstr() 6235 emit_label (exit_label); in s390_expand_vec_movstr() 6236 LABEL_NUSES (exit_label) = 1; in s390_expand_vec_movstr()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | s390.c | 6040 rtx exit_label = gen_label_rtx (); in s390_expand_vec_movstr() local 6059 emit_jump (exit_label); in s390_expand_vec_movstr() 6137 emit_label (exit_label); in s390_expand_vec_movstr() 6138 LABEL_NUSES (exit_label) = 1; in s390_expand_vec_movstr()
|