Searched refs:REGNO_FIRST_UID (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dregs.h192 #define REGNO_FIRST_UID(N) (VEC_index (reg_info_p, reg_n_info, N)->first_uid) macro
H A Dregmove.c832 if (REGNO_FIRST_UID (dest_regno) == insn_uid)
833 REGNO_FIRST_UID (dest_regno) = move_uid;
839 if (REGNO_FIRST_UID (src_regno) == insn_uid)
840 REGNO_FIRST_UID (src_regno) = move_uid;
H A Dregclass.c2395 if (REGNO_FIRST_UID (regno) == 0)
2396 REGNO_FIRST_UID (regno) = INSN_UID (insn);
H A Dflow.c1546 int uid = REGNO_FIRST_UID (reg);
H A Dcse.c1037 || (uid_cuid[REGNO_FIRST_UID (new)]

Completed in 122 milliseconds