Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreload1.cc3916 HARD_REG_SET to_spill; in update_eliminables_and_spill() local
3917 CLEAR_HARD_REG_SET (to_spill); in update_eliminables_and_spill()
3918 update_eliminables (&to_spill); in update_eliminables_and_spill()
3919 used_spill_regs &= ~to_spill; in update_eliminables_and_spill()
3922 if (TEST_HARD_REG_BIT (to_spill, i)) in update_eliminables_and_spill()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreload1.c3919 HARD_REG_SET to_spill; in update_eliminables_and_spill() local
3920 CLEAR_HARD_REG_SET (to_spill); in update_eliminables_and_spill()
3921 update_eliminables (&to_spill); in update_eliminables_and_spill()
3922 used_spill_regs &= ~to_spill; in update_eliminables_and_spill()
3925 if (TEST_HARD_REG_BIT (to_spill, i)) in update_eliminables_and_spill()