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

  /src/external/gpl3/gcc/dist/gcc/
cfgloopmanip.cc 184 basic_block *queue, *qtop, *qbeg, *qend; local
211 qbeg = queue;
213 *qbeg = from;
215 while (qbeg != qend)
218 from = *qbeg;
219 qbeg++;
220 if (qbeg == qtop)
221 qbeg = queue;
cfgloopmanip.cc 184 basic_block *queue, *qtop, *qbeg, *qend; local
211 qbeg = queue;
213 *qbeg = from;
215 while (qbeg != qend)
218 from = *qbeg;
219 qbeg++;
220 if (qbeg == qtop)
221 qbeg = queue;
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloopmanip.cc 183 basic_block *queue, *qtop, *qbeg, *qend; local
210 qbeg = queue;
212 *qbeg = from;
214 while (qbeg != qend)
217 from = *qbeg;
218 qbeg++;
219 if (qbeg == qtop)
220 qbeg = queue;
cfgloopmanip.cc 183 basic_block *queue, *qtop, *qbeg, *qend; local
210 qbeg = queue;
212 *qbeg = from;
214 while (qbeg != qend)
217 from = *qbeg;
218 qbeg++;
219 if (qbeg == qtop)
220 qbeg = queue;

Completed in 49 milliseconds