Searched refs:REGNO_FIRST_UID (Results 1 – 7 of 7) sorted by relevance
192 #define REGNO_FIRST_UID(N) (VEC_index (reg_info_p, reg_n_info, N)->first_uid) macro
826 if (REGNO_FIRST_UID (dest_regno) == insn_uid) in copy_src_to_dest()827 REGNO_FIRST_UID (dest_regno) = move_uid; in copy_src_to_dest()833 if (REGNO_FIRST_UID (src_regno) == insn_uid) in copy_src_to_dest()834 REGNO_FIRST_UID (src_regno) = move_uid; in copy_src_to_dest()
2384 if (REGNO_FIRST_UID (regno) == 0) in reg_scan_mark_refs()2385 REGNO_FIRST_UID (regno) = INSN_UID (insn); in reg_scan_mark_refs()
1542 int uid = REGNO_FIRST_UID (reg); in initialize_uninitialized_subregs()
1034 || (uid_cuid[REGNO_FIRST_UID (new)] in make_regs_eqv()
7248 REG_LIVE_LENGTH, REGNO_FIRST_UID, REGNO_LAST_UID): Use VEC
12507 (REGNO_FIRST_UID, REGNO_LAST_UID, REGNO_LAST_NOTE_UID): Likewise.