Searched refs:REGNO_LAST_UID (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dregs.h186 #define REGNO_LAST_UID(N) (VARRAY_REG (reg_n_info, N)->last_uid) macro
H A Dloop.h53 #define REGNO_LAST_LUID(REGNO) uid_luid[REGNO_LAST_UID (REGNO)]
H A Dloop.c907 && (REGNO_LAST_UID (regno)
1322 if (REGNO_LAST_UID (regno) == INSN_UID (p))
1328 if (REGNO_LAST_UID (regno) == INSN_UID (p))
1460 if (INSN_UID (m->insn) == REGNO_LAST_UID (regno)
2244 REGNO_LAST_UID (regno) = INSN_UID (loop_end);
4711 REGNO_LAST_UID (bl->regno));
4777 && (REGNO_LAST_UID (REGNO (other_giv->dest_reg))
4877 if (REGNO_LAST_UID (REGNO (v->dest_reg)) == INSN_UID (v1->insn))
5114 REGS->ARRAY[I].N_TIMES_SET and REGNO_LAST_UID. This does not cause a
8640 if ((REGNO_LAST_UID (b
[all...]
H A Dunroll.c799 && REGNO_LAST_UID (r) > 0 && REGNO_LAST_UID (r) < max_uid_for_loop
813 if (set_dominates_use (r, REGNO_FIRST_UID (r), REGNO_LAST_UID (r),
H A Dregmove.c858 if (REGNO_LAST_UID (src_regno) == insn_uid)
859 REGNO_LAST_UID (src_regno) = move_uid;
H A Djump.c399 if (REGNO_LAST_UID (REGNO (reg)) == INSN_UID (p))
H A Dregclass.c2435 REGNO_LAST_UID (regno) <= REGNO_LAST_NOTE_UID (regno)
2441 REGNO_LAST_UID (regno) = INSN_UID (insn);
H A Dcse.c1110 || ((uid_cuid[REGNO_LAST_UID (new)] > cse_basic_block_end
1113 && (uid_cuid[REGNO_LAST_UID (new)]
1114 > uid_cuid[REGNO_LAST_UID (firstr)]))))))
/openbsd-current/gnu/gcc/gcc/
H A Dregs.h200 #define REGNO_LAST_UID(N) (VEC_index (reg_info_p, reg_n_info, N)->last_uid) macro
H A Dregmove.c842 if (REGNO_LAST_UID (src_regno) == insn_uid)
843 REGNO_LAST_UID (src_regno) = move_uid;
H A Dcse.c1035 || ((uid_cuid[REGNO_LAST_UID (new)] > cse_basic_block_end
1038 && (uid_cuid[REGNO_LAST_UID (new)]
1039 > uid_cuid[REGNO_LAST_UID (firstr)]))))))
H A Dregclass.c2394 REGNO_LAST_UID (regno) = INSN_UID (insn);

Completed in 243 milliseconds