Searched refs:BEGIN_SPEC (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dhaifa-sched.c3807 else if (!(*ts & BEGIN_SPEC) && ORIG_PAT (next) && !IS_SPECULATION_CHECK_P (next))
4002 if (TODO_SPEC (insn) & BEGIN_SPEC)
4038 ds & BEGIN_SPEC)
4050 new_ds = (ds & ~BEGIN_SPEC) | fs;
4084 TODO_SPEC (insn) &= ~BEGIN_SPEC;
4144 gcc_assert ((DEP_STATUS (dep) & BEGIN_SPEC) == 0
4611 if (ds & BEGIN_SPEC)
4614 ds &= ~BEGIN_SPEC;
4631 if ((DEP_STATUS (dep) & BEGIN_SPEC)
4643 /* Fields (DONE_SPEC (x) & BEGIN_SPEC) an
[all...]
H A Dsched-int.h989 #define BEGIN_SPEC (BEGIN_DATA | BEGIN_CONTROL) macro
H A Dsched-deps.c4157 if (ds & BEGIN_SPEC)

Completed in 128 milliseconds