Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c6233 static int last_order_nonleaf = 1; in order_regs_for_local_alloc() local
6235 if (regs_ever_live[15] != last_order_nonleaf) in order_regs_for_local_alloc()
6237 last_order_nonleaf = !last_order_nonleaf; in order_regs_for_local_alloc()
6239 (const char *) reg_alloc_orders[last_order_nonleaf], in order_regs_for_local_alloc()
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.c6459 static int last_order_nonleaf = 1; in order_regs_for_local_alloc() local
6461 if (regs_ever_live[15] != last_order_nonleaf) in order_regs_for_local_alloc()
6463 last_order_nonleaf = !last_order_nonleaf; in order_regs_for_local_alloc()
6465 (const char *) reg_alloc_orders[last_order_nonleaf], in order_regs_for_local_alloc()