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

  /src/external/gpl3/gcc/dist/gcc/
shrink-wrap.cc 830 to dominate every block reachable from itself. We keep in BB_TMP a
847 auto_bitmap bb_tmp; local
848 bitmap_copy (bb_tmp, bb_with);
858 if (bitmap_set_bit (bb_tmp, pre->index))
872 if (bitmap_set_bit (bb_tmp, e->dest->index))
  /src/external/gpl3/gcc.old/dist/gcc/
shrink-wrap.cc 830 to dominate every block reachable from itself. We keep in BB_TMP a
847 auto_bitmap bb_tmp; local
848 bitmap_copy (bb_tmp, bb_with);
858 if (bitmap_set_bit (bb_tmp, pre->index))
872 if (bitmap_set_bit (bb_tmp, e->dest->index))

Completed in 58 milliseconds