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

/freebsd-9.3-release/contrib/gcc/
H A Dfinal.c352 static int *uid_shuid;
362 if (uid_shuid)
364 free (uid_shuid);
365 uid_shuid = 0;
558 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)])
616 if (uid_shuid[uid] > end_shuid)
821 /* Compute maximum UID and allocate uid_shuid. */
825 /* Free uid_shuid before reallocating it. */
826 free (uid_shuid);
828 uid_shuid
349 static int *uid_shuid; variable
[all...]

Completed in 141 milliseconds