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

/haiku-buildtools/gcc/gcc/
H A Dloop-doloop.c435 rtx jump_label; local
596 jump_label = block_label (desc->in_edge->dest);
597 JUMP_LABEL (jump_insn) = jump_label;
598 LABEL_NUSES (jump_label)++;
H A Dcfgrtl.c1515 force_nonfallthru_and_redirect (edge e, basic_block target, rtx jump_label)
1718 if (jump_label == ret_rtx)
1728 gcc_assert (jump_label == simple_return_rtx);
1507 force_nonfallthru_and_redirect(edge e, basic_block target, rtx jump_label) argument
/haiku-buildtools/legacy/gcc/gcc/
H A Dloop.c7754 rtx jump_label;
8132 jump_label = XEXP (SET_SRC (PATTERN (PREV_INSN (loop_end))), 1);
8133 if (jump_label == pc_rtx)
8134 jump_label = XEXP (SET_SRC (PATTERN (PREV_INSN (loop_end))), 2);
8217 LABEL_NUSES (XEXP (jump_label, 0)) ++;
8236 XEXP (jump_label, 0));
8247 JUMP_LABEL (tem) = XEXP (jump_label, 0);
7711 rtx jump_label; local
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c45906 rtx_code_label *jump_label = gen_label_rtx (); local
[all...]

Completed in 558 milliseconds