Searched refs:bad_spill_regs (Results 1 – 2 of 2) sorted by relevance
194 static HARD_REG_SET bad_spill_regs; variable1646 COPY_HARD_REG_SET (bad_spill_regs, fixed_reg_set); in order_regs_for_reload()1657 IOR_HARD_REG_SET (bad_spill_regs, used_by_pseudos); in order_regs_for_reload()1658 IOR_HARD_REG_SET (bad_spill_regs, used_by_pseudos2); in order_regs_for_reload()1721 COPY_HARD_REG_SET (not_usable, bad_spill_regs); in find_reg()
3105 Simplify test for illegal reg, just use bad_spill_regs.3127 (hard_reg_use_compare): Take bad_spill_regs into account.3131 Initialize bad_spill_regs from bad_spill_regs_global, then merge any