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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h350 #define INSN_DEP_COUNT(INSN) (h_i_d[INSN_UID (INSN)].dep_count) macro
H A Dsched-deps.c1675 INSN_DEP_COUNT (to) += 1;
1951 INSN_DEP_COUNT (insn)--;
H A Dhaifa-sched.c1168 gcc_assert (INSN_DEP_COUNT (insn) == 0);
3255 INSN_DEP_COUNT (next)--;
3261 gcc_assert ((INSN_DEP_COUNT (next) != 0 || !LOG_LINKS (next))
3262 && (LOG_LINKS (next) || INSN_DEP_COUNT (next) == 0));
H A Dsched-rgn.c2609 INSN_DEP_COUNT (insn),

Completed in 99 milliseconds