Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dfinal.c348 static int *uid_shuid; variable
356 if (uid_shuid) in init_insn_lengths()
358 free (uid_shuid); in init_insn_lengths()
359 uid_shuid = 0; in init_insn_lengths()
560 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)])
632 if (uid_shuid[uid] > end_shuid) in align_fuzz()
875 free (uid_shuid); in shorten_branches()
877 uid_shuid = XNEWVEC (int, max_uid); in shorten_branches()
4157 gcc_assert (uid_shuid); in final_forward_branch_p()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dfinal.c337 static int *uid_shuid; variable
345 if (uid_shuid) in init_insn_lengths()
347 free (uid_shuid); in init_insn_lengths()
348 uid_shuid = 0; in init_insn_lengths()
534 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)])
605 if (uid_shuid[uid] > end_shuid) in align_fuzz()
920 free (uid_shuid); in shorten_branches()
922 uid_shuid = XNEWVEC (int, max_uid); in shorten_branches()
4523 gcc_assert (uid_shuid); in final_forward_branch_p()