Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
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.c325 present_dep_types |= DEP_ANTI; in add_or_update_back_dep_1()
342 gcc_assert ((present_dep_types & (DEP_TRUE | DEP_ANTI)) in add_or_update_back_dep_1()
474 if (ds & DEP_ANTI) in add_or_update_back_dep_1()
553 if (ds & DEP_ANTI) in add_back_dep()
1985 ds = DEP_ANTI; in add_dependence()
2144 && (ds & DEP_ANTI) in check_dep_status()
2183 gcc_assert (ds & DEP_ANTI); in check_dep_status()
2197 if (ds & DEP_ANTI) in check_dep_status()
H A Dsched-ebb.c404 REG_DEP_ANTI, DEP_ANTI); in add_deps_for_risky_insns()
413 set_dep_weak (DEP_ANTI, in add_deps_for_risky_insns()
H A Dreg-notes.def103 REG_NOTE (DEP_ANTI)
H A Dhaifa-sched.c3950 add_back_forw_dep (twin, check, REG_DEP_ANTI, DEP_ANTI); in create_check_block_twin()
4537 add_back_forw_dep (jump, insn, REG_DEP_ANTI, DEP_ANTI); in add_jump_dependencies()
4580 if (s & DEP_ANTI) in debug_spec_status()