Searched refs:last_uid (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dregs.h50 int last_uid; /* UID of last insn to use (REG n) */ member in struct:reg_info_def
53 the relationship between last_uid and
186 #define REGNO_LAST_UID(N) (VARRAY_REG (reg_n_info, N)->last_uid)
H A Dunroll.c798 last_uid and last_note_uid. */
4028 set_dominates_use (regno, first_uid, last_uid, copy_start, copy_end)
4031 int last_uid;
4056 while (INSN_UID (p) != last_uid)
H A Dra-build.c1013 int last_uid = last_max_uid; local
1020 if (INSN_UID (insn) < last_uid)
/openbsd-current/gnu/gcc/gcc/
H A Dregs.h53 int last_uid; /* UID of last insn to use (REG n) */ member in struct:reg_info_def
200 #define REGNO_LAST_UID(N) (VEC_index (reg_info_p, reg_n_info, N)->last_uid)

Completed in 300 milliseconds