Searched refs:max_issue (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | haifa-sched.c | 367 static int max_issue PARAMS ((struct ready_list *, int *)); 1827 max_issue (ready, index) in max_issue() function 1935 if (max_issue (ready, &index) == 0)
|
| H A D | ChangeLog.7 | 9402 * haifa-sched.c (max_issue): Remove last_p argument. Only return 9404 (choose_ready): Remove last argument from max_issue call. 9531 (ready_element, ready_remove, max_issue): New function prototypes 9548 (max_issue): New function for automaton pipeline interface.
|
| H A D | ChangeLog.6 | 12678 (ready_element, ready_remove, max_issue): New function prototypes 12695 (max_issue): New function for automaton pipeline interface.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | haifa-sched.c | 553 static int max_issue (struct ready_list *, int *, int); 2078 max_issue (struct ready_list *ready, int *index, int max_points) in max_issue() function 2249 if (max_issue (ready, &index, max_points) == 0) in choose_ready()
|