Searched refs:next_qty (Results 1 – 2 of 2) sorted by relevance
87 static int next_qty; variable322 int qtyno = next_qty++; in alloc_qty()398 next_qty = max_qty; in local_alloc()411 if (next_qty < 6) in local_alloc()413 for (i = 0; i < next_qty; i++) in local_alloc()424 memset ((vector), 0, (sizeof (*(vector))) * next_qty); in local_alloc()432 next_qty = 0; in local_alloc()1563 qty_order = XNEWVEC (int, next_qty); in block_alloc()1564 for (i = 0; i < next_qty; i++) in block_alloc()1570 switch (next_qty) in block_alloc()[all …]
216 static int next_qty; variable936 next_qty = 0; in new_basic_block()987 gcc_assert (next_qty < max_qty); in make_new_qty()989 q = REG_QTY (reg) = next_qty++; in make_new_qty()7237 if (val.nsets * 2 + next_qty > max_qty) in cse_basic_block()7253 gcc_assert (next_qty <= max_qty); in cse_basic_block()