Searched refs:max_qty (Results 1 – 4 of 4) sorted by relevance
346 int max_qty; in local_alloc() local366 max_qty = (max_regno - FIRST_PSEUDO_REGISTER); in local_alloc()372 qty = XNEWVEC (struct qty, max_qty); in local_alloc()373 qty_phys_copy_sugg = XNEWVEC (HARD_REG_SET, max_qty); in local_alloc()374 qty_phys_num_copy_sugg = XNEWVEC (short, max_qty); in local_alloc()375 qty_phys_sugg = XNEWVEC (HARD_REG_SET, max_qty); in local_alloc()376 qty_phys_num_sugg = XNEWVEC (short, max_qty); in local_alloc()398 next_qty = max_qty; in local_alloc()
211 static int max_qty; variable987 gcc_assert (next_qty < max_qty); in make_new_qty()7000 max_qty = val.nsets * 2; in cse_main()7009 if (max_qty < 500) in cse_main()7010 max_qty = 500; in cse_main()7066 qty_table = XNEWVEC (struct qty_table_elem, max_qty); in cse_basic_block()7237 if (val.nsets * 2 + next_qty > max_qty) in cse_basic_block()7253 gcc_assert (next_qty <= max_qty); in cse_basic_block()
5077 (local-alloc): Update initialization of max_qty.
7742 (cse_main): Don't include max_reg when determining max_qty.