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

/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c176 static short *insn_units;
177 #define INSN_UNIT(INSN) insn_units[INSN_UID (INSN)]
4271 insn_units = (short *) xmalloc (max_uid * sizeof (short));
4320 bzero ((char *) insn_units, max_uid * sizeof (short));
4465 free (insn_units);
175 static short *insn_units; variable
H A Dhaifa-sched.c274 static short *insn_units;
275 #define INSN_UNIT(INSN) insn_units[INSN_UID (INSN)]
8676 insn_units = (short *) xmalloc (max_uid * sizeof (short));
8734 bzero ((char *) insn_units, max_uid * sizeof (short));
8807 free (insn_units);
273 static short *insn_units; variable

Completed in 225 milliseconds