Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDhaifa-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()
HDChangeLog-20069318 (reemit_notes, move_insn, max_issue): Change signature.
9345 (max_issue): Added code to use ISSUE_POINTS of instructions.
HDChangeLog-200223849 * haifa-sched.c (max_issue): Remove last_p argument. Only return
23851 (choose_ready): Remove last argument from max_issue call.
23978 (ready_element, ready_remove, max_issue): New function prototypes
23995 (max_issue): New function for automaton pipeline interface.
HDChangeLog-200112678 (ready_element, ready_remove, max_issue): New function prototypes
12695 (max_issue): New function for automaton pipeline interface.
HDChangeLog-200319360 (max_issue): Check the number of tries.
36762 (max_issue): Rewrite it.