Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dfinal.c556 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)]) macro
609 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 …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfinal.c805 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)]) macro
862 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 …]
H A DChangeLog.47823 * final.c (insn_current_reference_address): Use INSN_SHUID of seq