Searched refs:DEP_CONTROL (Results 1 – 5 of 5) sorted by relevance
1138 #define DEP_CONTROL (DEP_ANTI << 1) macro1140 #define DEP_TYPES (DEP_TRUE | DEP_OUTPUT | DEP_ANTI | DEP_CONTROL)1145 #define HARD_DEP (DEP_CONTROL << 1)
61 if (ds & DEP_CONTROL) in ds_to_dk()82 return DEP_CONTROL; in dk_to_ds()989 present_dep_types |= DEP_CONTROL; in ask_dependency_caches()1061 if (ds & DEP_CONTROL) in set_dependency_caches()1917 gcc_assert (ds & DEP_CONTROL); in ds_to_dt()4265 ds = DEP_CONTROL; in add_dependence_1()4538 if (s & DEP_CONTROL) in dump_ds()4578 && (ds & DEP_CONTROL) in check_dep()
90 REG_NOTE (DEP_CONTROL)
1342 return DEP_CONTROL; in recompute_todo_spec()3278 if (TODO_SPEC (x) == DEP_CONTROL && cond_clobbered_p (x, t)) in check_clobbered_conditions()3293 if (TODO_SPEC (x) == DEP_CONTROL && cond_clobbered_p (x, t)) in check_clobbered_conditions()7561 gcc_assert (!(old_ts & ~(SPECULATIVE | HARD_DEP | DEP_CONTROL | DEP_POSTPONED)) in try_ready()7565 || old_ts == DEP_CONTROL)); in try_ready()7675 if (TODO_SPEC (next) & DEP_CONTROL) in try_ready()
7380 * reg-notes.def (DEP_CONTROL): New.7404 Dump DEP_CONTROL flag.7448 (DEP_CONTROL): New macro.