Home
last modified time | relevance | path

Searched defs:REGNO_LAST_UID (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dregs.h186 #define REGNO_LAST_UID(N) (VARRAY_REG (reg_n_info, N)->last_uid) macro
/openbsd-src/gnu/gcc/gcc/
H A Dregs.h200 #define REGNO_LAST_UID(N) (VEC_index (reg_info_p, reg_n_info, N)->last_uid) macro