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

  /src/external/gpl3/gcc/dist/gcc/
trans-mem.cc 3485 bitmap store_antic_in;
3515 #define STORE_ANTIC_IN(BB) \
3516 ((struct tm_memopt_bitmaps *) ((BB)->aux))->store_antic_in
3677 /* Compute the STORE_ANTIC_IN for the basic block BB. */
3693 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest));
3702 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest));
3805 STORE_ANTIC_OUT[bb] = union(STORE_ANTIC_IN[bb], STORE_LOCAL[bb])
3806 STORE_ANTIC_IN[bb] = intersect(STORE_ANTIC_OUT[successors])
3873 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb))
4000 b->store_antic_in = BITMAP_ALLOC (&tm_memopt_obstack)
3475 bitmap store_antic_in; member in struct:tm_memopt_bitmaps
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
trans-mem.cc 3473 bitmap store_antic_in;
3503 #define STORE_ANTIC_IN(BB) \
3504 ((struct tm_memopt_bitmaps *) ((BB)->aux))->store_antic_in
3665 /* Compute the STORE_ANTIC_IN for the basic block BB. */
3681 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest));
3690 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest));
3793 STORE_ANTIC_OUT[bb] = union(STORE_ANTIC_IN[bb], STORE_LOCAL[bb])
3794 STORE_ANTIC_IN[bb] = intersect(STORE_ANTIC_OUT[successors])
3861 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb))
3988 b->store_antic_in = BITMAP_ALLOC (&tm_memopt_obstack)
3463 bitmap store_antic_in; member in struct:tm_memopt_bitmaps
    [all...]

Completed in 19 milliseconds