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

  /src/external/gpl3/gcc/dist/gcc/
ira.cc 4647 as moveable ones. The insn scheduler also considers them as barrier
4756 bitmap moveable = bb_moveable_reg_sets + bb->index;
4761 bitmap_initialize (moveable, 0);
4765 bitmap_clear (moveable);
4786 bitmap_set_bit (moveable, regno);
4796 if (bitmap_clear_bit (moveable, regno))
4805 bitmap_clear_bit (moveable, regno);
4960 fprintf (dump_file, "Found def insn %d for %d to be not moveable\n",
4991 fprintf (dump_file, " input reg %u modified but insn %d moveable\n",
4732 bitmap moveable = bb_moveable_reg_sets + bb->index; local
  /src/external/gpl3/gcc.old/dist/gcc/
ira.cc 4622 as moveable ones. The insn scheduler also considers them as barrier
4731 bitmap moveable = bb_moveable_reg_sets + bb->index;
4736 bitmap_initialize (moveable, 0);
4740 bitmap_clear (moveable);
4761 bitmap_set_bit (moveable, regno);
4771 if (bitmap_clear_bit (moveable, regno))
4780 bitmap_clear_bit (moveable, regno);
4935 fprintf (dump_file, "Found def insn %d for %d to be not moveable\n",
4966 fprintf (dump_file, " input reg %u modified but insn %d moveable\n",
4707 bitmap moveable = bb_moveable_reg_sets + bb->index; local

Completed in 30 milliseconds