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

  /src/external/gpl3/gcc/dist/gcc/
loop-invariant.cc 553 stores their bitmap to ALWAYS_REACHED. MAY_EXIT is a bitmap of
560 bitmap may_exit, bitmap always_reached)
569 if (bitmap_bit_p (may_exit, i))
575 exit the loop by cfg edge to HAS_EXIT and MAY_EXIT. In MAY_EXIT
580 bitmap may_exit, bitmap has_exit)
600 bitmap_set_bit (may_exit, i);
609 bitmap_set_bit (may_exit, i);
617 bitmap_set_bit (may_exit, i);
631 bitmap_set_bit (may_exit, i)
1238 auto_bitmap may_exit; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
loop-invariant.cc 553 stores their bitmap to ALWAYS_REACHED. MAY_EXIT is a bitmap of
560 bitmap may_exit, bitmap always_reached)
569 if (bitmap_bit_p (may_exit, i))
575 exit the loop by cfg edge to HAS_EXIT and MAY_EXIT. In MAY_EXIT
580 bitmap may_exit, bitmap has_exit)
600 bitmap_set_bit (may_exit, i);
609 bitmap_set_bit (may_exit, i);
617 bitmap_set_bit (may_exit, i);
631 bitmap_set_bit (may_exit, i)
1238 auto_bitmap may_exit; local
    [all...]

Completed in 21 milliseconds