Home
last modified time | relevance | path

Searched refs:queue_to_ready (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhaifa-sched.cc861 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 DChangeLog-200223828 * 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 DChangeLog-199813527 * haifa-sched.c (queue_to_ready): Fix typo in prototype.
13649 (queue_to_ready): Likewise.
H A DChangeLog-201419988 (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 DChangeLog-200614341 * haifa-sched.c: (queue_to_ready): Re-queue insns for the next cycle
16530 (queue_to_ready): Use free_INSN_LIST_list.
H A DChangeLog-20001830 (queue_insn, schedule_insn, queue_to_ready, debug_ready_list,
2999 (queue_to_ready, debug_ready_list): Likewise.
H A DChangeLog-200911303 (queue_to_ready): Skip and discount debug insns.
H A DChangeLog-200112692 (queue_to_ready): Add new code for automaton pipeline interface.
H A DChangeLog-201226917 (queue_to_ready): Do not add instructions that are
H A DChangeLog-200717093 * haifa-sched.c (queue_to_ready): Don't requeue next insn
H A DChangeLog-20195570 (queue_to_ready): Likewise.
H A DChangeLog-201019098 * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
H A DChangeLog-201131537 (queue_to_ready): Search forward in nonscheduled_insns_begin if
H A DChangeLog-200422622 queue_to_ready, sched_finish): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhaifa-sched.c861 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()