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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dbuiltins.c744 rtx buf_addr, next_lab, cont_lab; local
755 next_lab = gen_label_rtx ();
758 expand_builtin_setjmp_setup (buf_addr, next_lab);
765 emit_label (next_lab);
771 LABEL_PRESERVE_P (next_lab) = 1;
773 expand_builtin_setjmp_receiver (next_lab);
779 /* Tell flow about the strange goings on. Putting `next_lab' on
785 = gen_rtx_EXPR_LIST (VOIDmode, next_lab, nonlocal_goto_handler_labels);

Completed in 119 milliseconds