Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dfinal.c554 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)]) macro
603 int end_shuid = INSN_SHUID (end); in align_fuzz()
660 if (INSN_SHUID (seq) < INSN_SHUID (dest)) in insn_current_reference_address()
838 INSN_SHUID (insn) = i++; in shorten_branches()
950 int min_shuid = INSN_SHUID (get_insns ()) - 1; in shorten_branches()
951 int max_shuid = INSN_SHUID (get_last_insn ()) + 1; in shorten_branches()
971 int shuid = INSN_SHUID (lab); in shorten_branches()
989 insn_shuid = INSN_SHUID (insn); in shorten_branches()
990 rel = INSN_SHUID (XEXP (XEXP (pat, 0), 0)); in shorten_branches()
3680 insn_id = INSN_SHUID (insn); in final_forward_branch_p()
[all …]
H A DChangeLog-20007829 * final.c (insn_current_reference_address): Use INSN_SHUID of seq