Searched refs:queue_to_ready (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | haifa-sched.cc | 861 static void queue_to_ready (struct ready_list *); 5131 queue_to_ready (struct ready_list *ready) in queue_to_ready() function 6650 queue_to_ready (&ready); in schedule_block()
|
H A D | ChangeLog-2002 | 23828 * haifa-sched.c (queue_to_ready): Remove unnecessary condition for 23843 (queue_to_ready): Use it, and also make sure to advance the DFA 23907 * haifa-sched.c (insn_cost, schedule_insn, queue_to_ready, 23992 (queue_to_ready): Add new code for automaton pipeline interface.
|
H A D | ChangeLog-1998 | 13527 * haifa-sched.c (queue_to_ready): Fix typo in prototype. 13649 (queue_to_ready): Likewise.
|
H A D | ChangeLog-2014 | 19988 (queue_to_ready): Use insn method of "link" in one place. 22818 (queue_to_ready): Strengthen local "link" from rtx to 24155 (queue_to_ready): Likewise for local "insn", adding checked casts. 37699 (schedule_insn, queue_to_ready): Add debug printouts. 37713 (queue_to_ready, choose_ready): Use it.
|
H A D | ChangeLog-2006 | 14341 * haifa-sched.c: (queue_to_ready): Re-queue insns for the next cycle 16530 (queue_to_ready): Use free_INSN_LIST_list.
|
H A D | ChangeLog-2000 | 1830 (queue_insn, schedule_insn, queue_to_ready, debug_ready_list, 2999 (queue_to_ready, debug_ready_list): Likewise.
|
H A D | ChangeLog-2009 | 11303 (queue_to_ready): Skip and discount debug insns.
|
H A D | ChangeLog-2001 | 12692 (queue_to_ready): Add new code for automaton pipeline interface.
|
H A D | ChangeLog-2012 | 26917 (queue_to_ready): Do not add instructions that are
|
H A D | ChangeLog-2007 | 17093 * haifa-sched.c (queue_to_ready): Don't requeue next insn
|
H A D | ChangeLog-2019 | 5570 (queue_to_ready): Likewise.
|
H A D | ChangeLog-2010 | 19098 * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
|
H A D | ChangeLog-2011 | 31537 (queue_to_ready): Search forward in nonscheduled_insns_begin if
|
H A D | ChangeLog-2004 | 22622 queue_to_ready, sched_finish): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | haifa-sched.c | 861 static void queue_to_ready (struct ready_list *); 5129 queue_to_ready (struct ready_list *ready) in queue_to_ready() function 6641 queue_to_ready (&ready); in schedule_block()
|