Home
last modified time | relevance | path

Searched refs:ready_remove_first (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dhaifa-sched.c354 static rtx ready_remove_first PARAMS ((struct ready_list *));
991 ready_remove_first (ready) in ready_remove_first() function
1036 return ready_remove_first (ready);
1913 return ready_remove_first (ready);
1929 return ready_remove_first (ready);
1936 return ready_remove_first (ready);
H A DChangeLog.42988 (ready_lastpos, ready_add, ready_remove_first, ready_sort): New static
/openbsd-src/gnu/gcc/gcc/
H A Dhaifa-sched.c539 static rtx ready_remove_first (struct ready_list *);
1019 ready_remove_first (struct ready_list *ready) in ready_remove_first() function
1063 return ready_remove_first (ready); in ready_remove()
2169 return ready_remove_first (ready); in choose_ready()
2186 return ready_remove_first (ready); in choose_ready()
2250 return ready_remove_first (ready); in choose_ready()
2458 insn = ready_remove_first (&ready); in schedule_block()