Home
last modified time | relevance | path

Searched refs:exit_label (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dunroll.c249 rtx exit_label = 0; local
581 exit_label = gen_label_rtx ();
1098 copy_loop_body (loop, copy_start, copy_end, map, exit_label, 0,
1258 copy_loop_body (loop, copy_start, copy_end, map, exit_label,
1311 if (exit_label)
1312 emit_label_after (exit_label, loop_end);
1790 rtx exit_label;
2129 if (!invert_jump (copy, exit_label, 0))
2137 jmp = emit_jump_insn_after (gen_jump (exit_label), copy);
2138 JUMP_LABEL (jmp) = exit_label;
[all …]
H A Dstmt.c142 rtx exit_label; member
2442 thiscond->exit_label = exitflag ? gen_label_rtx () : 0;
2443 thiscond->data.cond.endif_label = thiscond->exit_label;
2573 thisloop->exit_label = thisloop->data.loop.end_label; in expand_start_null_loop()
2900 if (n->exit_label != 0) in expand_exit_something()
3730 if (thisblock->exit_label)
3733 emit_label (thisblock->exit_label);
4451 thiscase->exit_label = exit_flag ? gen_label_rtx () : 0;
4490 thiscase->exit_label = 0; in expand_start_case_dummy()
5561 if (thiscase->exit_label)
[all …]
/openbsd/gnu/gcc/gcc/
H A Dtree-vectorizer.c775 tree exit_label = tree_block_label (loop->single_exit->dest); in slpeel_make_loop_iterate_ntimes() local
793 then_label = build1 (GOTO_EXPR, void_type_node, exit_label); in slpeel_make_loop_iterate_ntimes()
800 else_label = build1 (GOTO_EXPR, void_type_node, exit_label); in slpeel_make_loop_iterate_ntimes()
H A Dgimplify.c86 tree exit_label; member
1290 tree saved_label = gimplify_ctxp->exit_label; in gimplify_loop_expr()
1296 gimplify_ctxp->exit_label = NULL_TREE; in gimplify_loop_expr()
1300 if (gimplify_ctxp->exit_label) in gimplify_loop_expr()
1303 *expr_p = build1 (LABEL_EXPR, void_type_node, gimplify_ctxp->exit_label); in gimplify_loop_expr()
1308 gimplify_ctxp->exit_label = saved_label; in gimplify_loop_expr()
1496 expr = build_and_jump (&gimplify_ctxp->exit_label); in gimplify_exit_expr()
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djcf-write.c1896 struct jcf_block *exit_label = state->labeled_blocks;