HomeSort by: relevance | last modified time | path
    Searched defs:not_usable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
reload1.cc 1825 HARD_REG_SET not_usable;
1831 not_usable = (bad_spill_regs
1853 if (! TEST_HARD_REG_BIT (not_usable, regno)
1864 if ((TEST_HARD_REG_BIT (not_usable, regno + j))
1815 HARD_REG_SET not_usable; local
  /src/external/gpl3/gcc.old/dist/gcc/
reload1.cc 1825 HARD_REG_SET not_usable;
1831 not_usable = (bad_spill_regs
1853 if (! TEST_HARD_REG_BIT (not_usable, regno)
1864 if ((TEST_HARD_REG_BIT (not_usable, regno + j))
1815 HARD_REG_SET not_usable; local

Completed in 41 milliseconds