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

/freebsd-10-stable/contrib/gcc/
H A Dreload1.c1726 HARD_REG_SET not_usable;
1730 COPY_HARD_REG_SET (not_usable, bad_spill_regs);
1731 IOR_HARD_REG_SET (not_usable, bad_spill_regs_global);
1732 IOR_COMPL_HARD_REG_SET (not_usable, reg_class_contents[rl->class]);
1748 if (! TEST_HARD_REG_BIT (not_usable, regno)
1759 if ((TEST_HARD_REG_BIT (not_usable, regno + j))
1717 HARD_REG_SET not_usable; local

Completed in 171 milliseconds