Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhaifa-sched.cc7557 ds_t old_ts, new_ts; in try_ready() local
7567 new_ts = recompute_todo_spec (next, false); in try_ready()
7569 if (new_ts & (HARD_DEP | DEP_POSTPONED)) in try_ready()
7570 gcc_assert (new_ts == old_ts in try_ready()
7573 new_ts = current_sched_info->new_ready (next, new_ts); in try_ready()
7585 if ((new_ts & SPECULATIVE) in try_ready()
7588 && new_ts != old_ts) in try_ready()
7593 gcc_assert ((new_ts & SPECULATIVE) && !(new_ts & ~SPECULATIVE)); in try_ready()
7595 res = haifa_speculate_insn (next, new_ts, &new_pat); in try_ready()
7603 new_ts = HARD_DEP; in try_ready()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhaifa-sched.c7552 ds_t old_ts, new_ts; in try_ready() local
7562 new_ts = recompute_todo_spec (next, false); in try_ready()
7564 if (new_ts & (HARD_DEP | DEP_POSTPONED)) in try_ready()
7565 gcc_assert (new_ts == old_ts in try_ready()
7568 new_ts = current_sched_info->new_ready (next, new_ts); in try_ready()
7580 if ((new_ts & SPECULATIVE) in try_ready()
7583 && new_ts != old_ts) in try_ready()
7588 gcc_assert ((new_ts & SPECULATIVE) && !(new_ts & ~SPECULATIVE)); in try_ready()
7590 res = haifa_speculate_insn (next, new_ts, &new_pat); in try_ready()
7598 new_ts = HARD_DEP; in try_ready()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20041629 * symbol.c (new_ts): Remove.