Searched refs:exit_label (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-stmt.c1330 tree exit_label; local
1333 exit_label = gfc_build_label_decl (NULL_TREE);
1334 code->exit_label = exit_label;
1341 gfc_add_expr_to_block (&body, build1_v (LABEL_EXPR, exit_label));
1758 tree exit_label; local
1774 exit_label = gfc_build_label_decl (NULL_TREE);
1775 code->exit_label = exit_label;
1785 gfc_add_expr_to_block (&body, build1_v (LABEL_EXPR, exit_label));
1837 tree exit_label; local
1986 tree exit_label; local
2249 tree exit_label; local
2906 tree exit_label; local
3176 tree exit_label; local
5269 tree exit_label; local
[all...]
H A Dtrans-intrinsic.c1443 tree type, desc, dim_arg, cond, tmp, m, loop_var, exit_label, min_var, local
1555 goto exit_label
1558 exit_label:
1602 exit_label = gfc_build_label_decl (NULL_TREE);
1603 TREE_USED (exit_label) = 1;
1622 /* Exit condition: if (i >= min_var) goto exit_label. */
1625 tmp = build1_v (GOTO_EXPR, exit_label);
1642 tmp = build1_v (LABEL_EXPR, exit_label);
3160 tree exit_label; local
3184 exit_label
5985 tree cond, loop_var, exit_label; local
6958 tree type, cond, tmp, count, exit_label, n, max, largest; local
[all...]
H A Dtrans-array.c1730 tree exit_label; local
1762 exit_label = gfc_build_label_decl (NULL_TREE);
1776 tmp = build1_v (GOTO_EXPR, exit_label);
1777 TREE_USED (exit_label) = 1;
1797 tmp = build1_v (LABEL_EXPR, exit_label);
3532 tree exit_label; local
3549 exit_label = gfc_build_label_decl (NULL_TREE);
3550 TREE_USED (exit_label) = 1;
3553 tmp = build1_v (LABEL_EXPR, exit_label);
3607 exit_label
[all...]
H A Dtrans-expr.c6058 tree i, el, exit_label, cond, tmp; local
6080 exit_label = gfc_build_label_decl (NULL_TREE);
6081 TREE_USED (exit_label) = 1;
6090 tmp = build1_v (GOTO_EXPR, exit_label);
6114 tmp = build1_v (LABEL_EXPR, exit_label);
H A Dgfortran.h2430 tree exit_label; member in struct:gfc_code
H A Dtrans-openmp.c3382 code->exit_label = NULL_TREE;
/haiku-buildtools/legacy/gcc/gcc/
H A Dunroll.c244 rtx exit_label = 0; local
592 exit_label = gen_label_rtx ();
1088 copy_loop_body (copy_start, copy_end, map, exit_label, 0,
1241 copy_loop_body (copy_start, copy_end, map, exit_label,
1289 /* If exit_label exists, emit it after the loop. Doing the emit here
1294 if (exit_label)
1295 emit_label_after (exit_label, loop_end);
1660 copy_loop_body (copy_start, copy_end, map, exit_label, last_iteration,
1665 rtx exit_label;
2007 exit_label, cop
[all...]
H A Dstmt.c161 The construct is visible if the `exit_label' field is non-null.
169 rtx exit_label;
1925 thiscond->exit_label = exitflag ? gen_label_rtx () : 0;
1926 thiscond->data.cond.endif_label = thiscond->exit_label;
2016 thisloop->exit_label = exit_flag ? thisloop->data.loop.end_label : 0;
2483 if (n->exit_label != 0)
2485 expand_goto_internal (NULL_TREE, n->exit_label, NULL_RTX);
3063 thisblock->exit_label = exit_flag ? gen_label_rtx () : 0;
3381 if (thisblock->exit_label)
3384 emit_label (thisblock->exit_label);
167 rtx exit_label; member in struct:nesting
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgimplify.c156 tree exit_label; member in struct:gimplify_ctx
1456 tree saved_label = gimplify_ctxp->exit_label;
1461 gimplify_ctxp->exit_label = NULL_TREE;
1467 if (gimplify_ctxp->exit_label)
1469 gimple_build_label (gimplify_ctxp->exit_label));
1471 gimplify_ctxp->exit_label = saved_label;
1612 gimplify_loop_expr through gimplify_ctxp->exit_label. */
1620 expr = build_and_jump (&gimplify_ctxp->exit_label);
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-write.c1793 struct jcf_block *exit_label = state->labeled_blocks;
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c5598 rtx exit_label = gen_label_rtx ();
5617 emit_jump (exit_label);
5694 emit_label (exit_label);
5695 LABEL_NUSES (exit_label) = 1;
5597 rtx exit_label = gen_label_rtx (); local

Completed in 400 milliseconds