Lines Matching refs:new_ts
7552 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()
7630 TODO_SPEC (next) = new_ts; in try_ready()
7632 if (new_ts & (HARD_DEP | DEP_POSTPONED)) in try_ready()
7643 else if (!(new_ts & BEGIN_SPEC) in try_ready()
7663 if (new_ts & BEGIN_DATA) in try_ready()
7665 if (new_ts & BEGIN_CONTROL) in try_ready()
7667 if (new_ts & BE_IN_CONTROL) in try_ready()