HomeSort by: relevance | last modified time | path
    Searched refs:bb_with (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
shrink-wrap.cc 770 not dominated by it. We keep in BB_WITH a bitmap of the blocks
774 auto_bitmap bb_with; local
775 bitmap_set_bit (bb_with, pro->index);
794 if (bitmap_set_bit (bb_with, pro->index))
811 if (bitmap_set_bit (bb_with, pro->index))
817 && bitmap_set_bit (bb_with, e->dest->index))
840 We don't need to update BB_WITH because none of the new blocks found
848 bitmap_copy (bb_tmp, bb_with);
927 if (bitmap_bit_p (bb_with, bb->index)
954 if (bitmap_bit_p (bb_with, bb->index)
    [all...]
shrink-wrap.cc 770 not dominated by it. We keep in BB_WITH a bitmap of the blocks
774 auto_bitmap bb_with; local
775 bitmap_set_bit (bb_with, pro->index);
794 if (bitmap_set_bit (bb_with, pro->index))
811 if (bitmap_set_bit (bb_with, pro->index))
817 && bitmap_set_bit (bb_with, e->dest->index))
840 We don't need to update BB_WITH because none of the new blocks found
848 bitmap_copy (bb_tmp, bb_with);
927 if (bitmap_bit_p (bb_with, bb->index)
954 if (bitmap_bit_p (bb_with, bb->index)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
shrink-wrap.cc 770 not dominated by it. We keep in BB_WITH a bitmap of the blocks
774 auto_bitmap bb_with; local
775 bitmap_set_bit (bb_with, pro->index);
794 if (bitmap_set_bit (bb_with, pro->index))
811 if (bitmap_set_bit (bb_with, pro->index))
817 && bitmap_set_bit (bb_with, e->dest->index))
840 We don't need to update BB_WITH because none of the new blocks found
848 bitmap_copy (bb_tmp, bb_with);
927 if (bitmap_bit_p (bb_with, bb->index)
954 if (bitmap_bit_p (bb_with, bb->index)
    [all...]
shrink-wrap.cc 770 not dominated by it. We keep in BB_WITH a bitmap of the blocks
774 auto_bitmap bb_with; local
775 bitmap_set_bit (bb_with, pro->index);
794 if (bitmap_set_bit (bb_with, pro->index))
811 if (bitmap_set_bit (bb_with, pro->index))
817 && bitmap_set_bit (bb_with, e->dest->index))
840 We don't need to update BB_WITH because none of the new blocks found
848 bitmap_copy (bb_tmp, bb_with);
927 if (bitmap_bit_p (bb_with, bb->index)
954 if (bitmap_bit_p (bb_with, bb->index)
    [all...]

Completed in 72 milliseconds