Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dsched-int.h464 #define BE_IN_SPEC (BE_IN_DATA | BE_IN_CONTROL) macro
Dhaifa-sched.c3347 if (TODO_SPEC (insn) & BE_IN_SPEC) in generate_recovery_code()
3371 gcc_assert (!(ds & BE_IN_SPEC)); in process_insn_depend_be_in_spec()
3417 gcc_assert (!(ts & ~BE_IN_SPEC)); in add_to_speculative_block()
3424 TODO_SPEC (insn) &= ~BE_IN_SPEC; in add_to_speculative_block()
3454 && (DEP_STATUS (link) & BE_IN_SPEC) in add_to_speculative_block()
4090 if (request & BE_IN_SPEC) in speculate_insn()
Dsched-deps.c2194 gcc_assert (ds & (BEGIN_DATA | BE_IN_SPEC)); in check_dep_status()