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

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 6739 static int cur_seqno;
6776 INSN_SEQNO (insn) = cur_seqno--;
6808 cur_seqno = sched_max_luid - 1;
6811 /* cur_seqno may be positive if the number of instructions is less than
6814 gcc_assert (cur_seqno >= 0);
6726 static int cur_seqno; local
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 6731 static int cur_seqno;
6768 INSN_SEQNO (insn) = cur_seqno--;
6800 cur_seqno = sched_max_luid - 1;
6803 /* cur_seqno may be positive if the number of instructions is less than
6806 gcc_assert (cur_seqno >= 0);
6718 static int cur_seqno; local

Completed in 32 milliseconds