Home
last modified time | relevance | path

Searched refs:max_issue (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dhaifa-sched.c367 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 DChangeLog.79402 * 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 DChangeLog.612678 (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 Dhaifa-sched.c553 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()