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

/haiku-buildtools/gcc/gcc/
H A Dsched-ebb.c495 schedule_ebb (rtx_insn *head, rtx_insn *tail, bool modulo_scheduling)
591 schedule_ebb. */
618 /* Perform cleanups after scheduling using schedules_ebbs or schedule_ebb. */
679 bb = schedule_ebb (head, tail, false);
492 schedule_ebb (rtx_insn *head, rtx_insn *tail, bool modulo_scheduling) function
H A Dsched-int.h1426 extern basic_block schedule_ebb (rtx_insn *, rtx_insn *, bool);
/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.c5616 schedule_ebb (BB_HEAD (loop->tail), loop->loop_end, true);
5737 tmp_bb = schedule_ebb (BB_HEAD (bb), last_insn, true);

Completed in 83 milliseconds