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

  /src/external/gpl3/gcc/dist/gcc/
trans-mem.cc 3954 bitmap store_avail = STORE_AVAIL_IN (bb);
3962 if (store_avail && bitmap_bit_p (store_avail, loc))
3967 bitmap_set_bit (store_avail, loc);
3978 if (store_avail && bitmap_bit_p (store_avail, loc))
3984 bitmap_set_bit (store_avail, loc);
3944 bitmap store_avail = STORE_AVAIL_IN (bb); local
  /src/external/gpl3/gcc.old/dist/gcc/
trans-mem.cc 3942 bitmap store_avail = STORE_AVAIL_IN (bb);
3950 if (store_avail && bitmap_bit_p (store_avail, loc))
3955 bitmap_set_bit (store_avail, loc);
3966 if (store_avail && bitmap_bit_p (store_avail, loc))
3972 bitmap_set_bit (store_avail, loc);
3932 bitmap store_avail = STORE_AVAIL_IN (bb); local

Completed in 67 milliseconds