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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-deps.c352 we should update DEP_STATUS
383 ds_t new_status = ds | DEP_STATUS (link);
388 || !(DEP_STATUS (link) & SPECULATIVE))
393 && (DEP_STATUS (link) & SPECULATIVE))
409 new_status = ds_merge (DEP_STATUS (link), ds);
439 && DEP_STATUS (link) != ds)
441 DEP_STATUS (link) = ds;
1670 new_link = alloc_DEPS_LIST (to, INSN_DEPEND (from), DEP_STATUS (link));
1902 && (DEP_STATUS (link) & SPECULATIVE))
1904 DEP_STATUS (lin
[all...]
H A Dsched-int.h377 /* DEP_STATUS of the link encapsulates information, that is needed for
387 The 3 bits in the DEP_STATUS correspond to 3 dependence types: true-,
391 There also is the 4-th bit in the DEP_STATUS (HARD_DEP), that is reserved
395 #define DEP_STATUS(LINK) XINT (LINK, 2) macro
H A Dhaifa-sched.c776 && (DEP_STATUS (link) & SPECULATIVE)
3030 So if DEP_STATUS of the first dep is SPECULATIVE,
3032 if (DEP_STATUS (link) & SPECULATIVE)
3037 *ts = DEP_STATUS (link) & SPECULATIVE;
3039 *ts = ds_merge (*ts, DEP_STATUS (link) & SPECULATIVE);
3081 /* It would be nice to change DEP_STATUS of all dependences,
3082 which have ((DEP_STATUS & SPECULATIVE) == *ts) to HARD_DEP,
3369 ds = DEP_STATUS (link);
3458 gcc_assert (!(DEP_STATUS (link) & BEGIN_SPEC)
3459 && (DEP_STATUS (lin
[all...]

Completed in 72 milliseconds