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

/freebsd-10-stable/contrib/gcc/
H A Dreload1.c1000 HARD_REG_SET to_spill;
1001 CLEAR_HARD_REG_SET (to_spill);
1002 update_eliminables (&to_spill);
1003 AND_COMPL_HARD_REG_SET(used_spill_regs, to_spill);
1006 if (TEST_HARD_REG_BIT (to_spill, i))
995 HARD_REG_SET to_spill; local

Completed in 64 milliseconds