Home
last modified time | relevance | path

Searched refs:DEP_TYPES (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dsched-int.h478 #define DEP_TYPES (DEP_TRUE | DEP_OUTPUT | DEP_ANTI) macro
H A Dsched-deps.c333 if ((present_dep_types | (ds & DEP_TYPES)) in add_or_update_back_dep_1()
2099 ds = (ds1 & DEP_TYPES) | (ds2 & DEP_TYPES); in ds_merge()
2188 gcc_assert ((ds & DEP_TYPES) == DEP_TRUE); in check_dep_status()
H A Dhaifa-sched.c3369 && (ds & DEP_TYPES) == DEP_TRUE) in process_insn_depend_be_in_spec()
3455 && (DEP_STATUS (link) & DEP_TYPES) == DEP_TRUE); in add_to_speculative_block()
4004 gcc_assert ((DEP_STATUS (link) & DEP_TYPES) == DEP_TRUE); in fix_recovery_deps()