Searched refs:nruns (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/lto/
H A Dlto.c2540 static int nruns; local
2550 if (lto_parallelism > 0 && nruns >= lto_parallelism)
2553 nruns --;
2571 nruns++;
2578 for (i = 0; i < nruns; i++)

Completed in 37 milliseconds