Searched refs:INSN_SHUID (Results 1 – 3 of 3) sorted by relevance
556 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)]) macro609 int end_shuid = INSN_SHUID (end); in align_fuzz()664 if (INSN_SHUID (seq) < INSN_SHUID (dest)) in insn_current_reference_address()857 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()999 insn_shuid = INSN_SHUID (insn); in shorten_branches()1000 rel = INSN_SHUID (XEXP (XEXP (pat, 0), 0)); in shorten_branches()3674 insn_id = INSN_SHUID (insn); in final_forward_branch_p()[all …]
805 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)]) macro862 int end_shuid = INSN_SHUID (end);918 if (INSN_SHUID (seq) < INSN_SHUID (dest))1092 INSN_SHUID (insn) = i++;1201 int min_shuid = INSN_SHUID (get_insns ()) - 1;1202 int max_shuid = INSN_SHUID (get_last_insn ()) + 1;1223 int shuid = INSN_SHUID (lab);1239 insn_shuid = INSN_SHUID (insn);1240 rel = INSN_SHUID (XEXP (XEXP (pat, 0), 0));4025 insn_id = INSN_SHUID (insn);[all …]
7823 * final.c (insn_current_reference_address): Use INSN_SHUID of seq