Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDreload1.c1682 static HARD_REG_SET used_spill_regs_local; variable
1803 SET_HARD_REG_BIT (used_spill_regs_local, best_reg + i); in find_reg()
1841 CLEAR_HARD_REG_SET (used_spill_regs_local); in find_reload_regs()
1870 COPY_HARD_REG_SET (chain->used_spill_regs, used_spill_regs_local); in find_reload_regs()
1871 IOR_HARD_REG_SET (used_spill_regs, used_spill_regs_local); in find_reload_regs()
HDChangeLog-1999924 (used_spill_regs_local): New static variable.