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

  /src/external/gpl3/gcc/dist/gcc/
ira-emit.cc 557 static bitmap renamed_regno_bitmap;
657 bitmap_set_bit (renamed_regno_bitmap, regno);
673 if (bitmap_bit_p (renamed_regno_bitmap, regno)
1276 renamed_regno_bitmap = ira_allocate_bitmap ();
1281 ira_free_bitmap (renamed_regno_bitmap);
556 static bitmap renamed_regno_bitmap; variable
  /src/external/gpl3/gcc.old/dist/gcc/
ira-emit.cc 557 static bitmap renamed_regno_bitmap;
657 bitmap_set_bit (renamed_regno_bitmap, regno);
673 if (bitmap_bit_p (renamed_regno_bitmap, regno)
1276 renamed_regno_bitmap = ira_allocate_bitmap ();
1281 ira_free_bitmap (renamed_regno_bitmap);
556 static bitmap renamed_regno_bitmap; variable

Completed in 55 milliseconds