Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dhaifa-sched.c356 static void queue_to_ready PARAMS ((struct ready_list *));
1592 queue_to_ready (ready) in queue_to_ready() function
2062 queue_to_ready (&ready);
H A DChangeLog.79381 * haifa-sched.c (queue_to_ready): Remove unnecessary condition for
9396 (queue_to_ready): Use it, and also make sure to advance the DFA
9460 * haifa-sched.c (insn_cost, schedule_insn, queue_to_ready,
9545 (queue_to_ready): Add new code for automaton pipeline interface.
H A DChangeLog.04948 * haifa-sched.c (queue_to_ready): Fix typo in prototype.
5070 (queue_to_ready): Likewise.
H A DChangeLog.41824 (queue_insn, schedule_insn, queue_to_ready, debug_ready_list,
2993 (queue_to_ready, debug_ready_list): Likewise.
H A DChangeLog.612692 (queue_to_ready): Add new code for automaton pipeline interface.
/openbsd-src/gnu/gcc/gcc/
H A Dhaifa-sched.c541 static void queue_to_ready (struct ready_list *);
1664 queue_to_ready (struct ready_list *ready) in queue_to_ready() function
2379 queue_to_ready (&ready); in schedule_block()