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

/freebsd-11.0-release/contrib/gcc/
H A Dlocal-alloc.c1296 int *qty_order;
1570 qty_order = XNEWVEC (int, next_qty);
1572 qty_order[i] = i;
1575 { i = qty_order[I1]; qty_order[I1] = qty_order[I2]; qty_order[I2] = i; }
1580 /* Make qty_order[2] be the one to allocate last. */
1588 /* Put the best one to allocate in qty_order[0]. */
1600 qsort (qty_order, next_qt
1289 int *qty_order; local
[all...]

Completed in 112 milliseconds