Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsched-int.h238 #define INSN_DEP_COUNT(INSN) (h_i_d[INSN_UID (INSN)].dep_count) macro
/openbsd-src/gnu/gcc/gcc/
H A Dsched-int.h350 #define INSN_DEP_COUNT(INSN) (h_i_d[INSN_UID (INSN)].dep_count) macro