Searched refs:insn_priority (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c40 values to insn_priority as it goes. This sorts the instructions
168 static int *insn_priority;
169 #define INSN_PRIORITY(INSN) (insn_priority[INSN_UID (INSN)])
4268 insn_priority = (int *) xmalloc (max_uid * sizeof (int));
4317 bzero ((char *) insn_priority, max_uid * sizeof (int));
4462 free (insn_priority);
167 static int *insn_priority; variable
H A Dhaifa-sched.c52 to insn_priority as it goes. This sorts the instructions
266 static int *insn_priority;
267 #define INSN_PRIORITY(INSN) (insn_priority[INSN_UID (INSN)])
8672 insn_priority = (int *) xmalloc (max_uid * sizeof (int));
8730 bzero ((char *) insn_priority, max_uid * sizeof (int));
8803 free (insn_priority);
265 static int *insn_priority; variable

Completed in 108 milliseconds