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

/freebsd-10.0-release/contrib/gcc/
H A Dlocal-alloc.c349 int max_qty;
369 max_qty = (max_regno - FIRST_PSEUDO_REGISTER);
375 qty = XNEWVEC (struct qty, max_qty);
376 qty_phys_copy_sugg = XNEWVEC (HARD_REG_SET, max_qty);
377 qty_phys_num_copy_sugg = XNEWVEC (short, max_qty);
378 qty_phys_sugg = XNEWVEC (HARD_REG_SET, max_qty);
379 qty_phys_num_sugg = XNEWVEC (short, max_qty);
401 next_qty = max_qty;
346 int max_qty; local
H A Dcse.c211 static int max_qty; variable
990 gcc_assert (next_qty < max_qty);
7027 max_qty = val.nsets * 2;
7036 if (max_qty < 500)
7037 max_qty = 500;
7093 qty_table = XNEWVEC (struct qty_table_elem, max_qty);
7264 if (val.nsets * 2 + next_qty > max_qty)
7280 gcc_assert (next_qty <= max_qty);

Completed in 155 milliseconds