Home
last modified time | relevance | path

Searched refs:DEP_CONTROL (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsched-int.h1138 #define DEP_CONTROL (DEP_ANTI << 1) macro
1140 #define DEP_TYPES (DEP_TRUE | DEP_OUTPUT | DEP_ANTI | DEP_CONTROL)
1145 #define HARD_DEP (DEP_CONTROL << 1)
Dsched-deps.cc61 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()
Dreg-notes.def90 REG_NOTE (DEP_CONTROL)
Dhaifa-sched.cc1342 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()
DChangeLog-20117380 * reg-notes.def (DEP_CONTROL): New.
7404 Dump DEP_CONTROL flag.
7448 (DEP_CONTROL): New macro.