Searched refs:DEP_ANTI (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dreg-notes.def103 REG_NOTE (DEP_ANTI)
H A Dsched-int.h476 #define DEP_ANTI (DEP_OUTPUT << 1) macro
478 #define DEP_TYPES (DEP_TRUE | DEP_OUTPUT | DEP_ANTI)
483 #define HARD_DEP (DEP_ANTI << 1)
H A Dsched-deps.c331 present_dep_types |= DEP_ANTI;
348 gcc_assert ((present_dep_types & (DEP_TRUE | DEP_ANTI))
480 if (ds & DEP_ANTI)
559 if (ds & DEP_ANTI)
1995 ds = DEP_ANTI;
2154 && (ds & DEP_ANTI)
2193 gcc_assert (ds & DEP_ANTI);
2207 if (ds & DEP_ANTI)
H A Dsched-ebb.c407 REG_DEP_ANTI, DEP_ANTI);
416 set_dep_weak (DEP_ANTI,
H A Dhaifa-sched.c3955 add_back_forw_dep (twin, check, REG_DEP_ANTI, DEP_ANTI);
4542 add_back_forw_dep (jump, insn, REG_DEP_ANTI, DEP_ANTI);
4585 if (s & DEP_ANTI)
4586 fprintf (f, "DEP_ANTI; ");

Completed in 91 milliseconds