Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-int.h111 #define INSN_LUID(INSN) (VEC_index (int, sched_luids, INSN_UID (INSN))) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-int.h109 #define INSN_LUID(INSN) (sched_luids[INSN_UID (INSN)]) macro