Home
last modified time | relevance | path

Searched refs:next_qty (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/gcc/
HDlocal-alloc.c87 static int next_qty; variable
322 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 …]
HDcse.c216 static int next_qty; variable
936 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()