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

  /src/external/gpl3/gcc/dist/gcc/
haifa-sched.cc 358 static struct ready_list *readyp = &ready;
3027 for (i = 0; i < readyp->n_ready; i++)
3028 if (ready_element (readyp, i) == insn)
3030 ready_remove (readyp, i);
7777 ready_add (readyp, next, false);
357 static struct ready_list *readyp = &ready; variable in typeref:struct:ready_list
  /src/external/gpl3/gcc.old/dist/gcc/
haifa-sched.cc 358 static struct ready_list *readyp = &ready;
3023 for (i = 0; i < readyp->n_ready; i++)
3024 if (ready_element (readyp, i) == insn)
3026 ready_remove (readyp, i);
7773 ready_add (readyp, next, false);
357 static struct ready_list *readyp = &ready; variable in typeref:struct:ready_list

Completed in 20 milliseconds