HomeSort by: relevance | last modified time | path
    Searched refs:old_ts (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
haifa-sched.cc 7573 ds_t old_ts, new_ts;
7575 old_ts = TODO_SPEC (next);
7577 gcc_assert (!(old_ts & ~(SPECULATIVE | HARD_DEP | DEP_CONTROL | DEP_POSTPONED))
7578 && (old_ts == HARD_DEP
7579 || old_ts == DEP_POSTPONED
7580 || (old_ts & SPECULATIVE)
7581 || old_ts == DEP_CONTROL));
7586 gcc_assert (new_ts == old_ts
7591 /* * if !(old_ts & SPECULATIVE) (e.g. HARD_DEP or 0), then insn might
7594 * But if (old_ts & SPECULATIVE), then we are pretty sure that ins
    [all...]
  /src/lib/libform/
internals.c 3371 _formi_tab_t *ts = row->tabs, *old_ts = NULL, **tsp; local
3391 (*tsp)->back = old_ts;
3399 old_ts = *tsp;

Completed in 30 milliseconds