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

/freebsd-9.3-release/contrib/gcc/
H A Dreg-notes.def33 REG_NOTE (DEP_TRUE)
H A Dsched-int.h474 #define DEP_TRUE (((ds_t) 1) << (BE_IN_CONTROL_BITS_OFFSET + BITS_PER_DEP_WEAK)) macro
475 #define DEP_OUTPUT (DEP_TRUE << 1)
478 #define DEP_TYPES (DEP_TRUE | DEP_OUTPUT | DEP_ANTI)
H A Dsched-deps.c325 present_dep_types |= DEP_TRUE;
348 gcc_assert ((present_dep_types & (DEP_TRUE | DEP_ANTI))
474 if (ds & DEP_TRUE)
553 if (ds & DEP_TRUE)
1028 BEGIN_DATA | DEP_TRUE,
1991 ds = DEP_TRUE;
2148 gcc_assert (ds & DEP_TRUE);
2151 && !(ds & DEP_TRUE));
2155 && !(ds & (DEP_OUTPUT | DEP_TRUE)));
2187 gcc_assert (ds & DEP_TRUE);
[all...]
H A Dhaifa-sched.c3374 && (ds & DEP_TYPES) == DEP_TRUE)
3460 && (DEP_STATUS (link) & DEP_TYPES) == DEP_TRUE);
3486 add_back_forw_dep (twin, check, REG_DEP_TRUE, DEP_TRUE);
3771 alloc_DEPS_LIST (XEXP (link, 0), RESOLVED_DEPS (check), DEP_TRUE);
3937 add_back_forw_dep (check, insn, REG_DEP_TRUE, DEP_TRUE);
3958 add_back_forw_dep (check, insn, REG_DEP_TRUE, DEP_TRUE | DEP_OUTPUT);
4009 gcc_assert ((DEP_STATUS (link) & DEP_TYPES) == DEP_TRUE);
4583 if (s & DEP_TRUE)
4584 fprintf (f, "DEP_TRUE; ");

Completed in 69 milliseconds