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

/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c4796 static int last_order_nonleaf = 1;
4798 if (regs_ever_live[15] != last_order_nonleaf)
4800 last_order_nonleaf = !last_order_nonleaf;
4801 bcopy ((char *) reg_alloc_orders[last_order_nonleaf],
4782 static int last_order_nonleaf = 1; local
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c8532 static int last_order_nonleaf = 1;
8534 if (df_regs_ever_live_p (15) != last_order_nonleaf)
8536 last_order_nonleaf = !last_order_nonleaf;
8538 (const char *) reg_alloc_orders[last_order_nonleaf],
8517 static int last_order_nonleaf = 1; local

Completed in 195 milliseconds