Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfinal.cc500 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)]) macro
551 int end_shuid = INSN_SHUID (end); in align_fuzz()
606 if (INSN_SHUID (seq) < INSN_SHUID (dest)) in insn_current_reference_address()
869 INSN_SHUID (insn) = i++; in shorten_branches()
962 int min_shuid = INSN_SHUID (get_insns ()) - 1; in shorten_branches()
963 int max_shuid = INSN_SHUID (get_last_insn ()) + 1; in shorten_branches()
983 int shuid = INSN_SHUID (lab); in shorten_branches()
1001 insn_shuid = INSN_SHUID (insn); in shorten_branches()
1002 rel = INSN_SHUID (XEXP (XEXP (pat, 0), 0)); in shorten_branches()
4132 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
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfinal.c513 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)]) macro
564 int end_shuid = INSN_SHUID (end); in align_fuzz()
619 if (INSN_SHUID (seq) < INSN_SHUID (dest)) in insn_current_reference_address()
882 INSN_SHUID (insn) = i++; in shorten_branches()
975 int min_shuid = INSN_SHUID (get_insns ()) - 1; in shorten_branches()
976 int max_shuid = INSN_SHUID (get_last_insn ()) + 1; in shorten_branches()
996 int shuid = INSN_SHUID (lab); in shorten_branches()
1014 insn_shuid = INSN_SHUID (insn); in shorten_branches()
1015 rel = INSN_SHUID (XEXP (XEXP (pat, 0), 0)); in shorten_branches()
4505 insn_id = INSN_SHUID (insn); in final_forward_branch_p()
[all …]