Searched refs:store2_p (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddse.cc544 bitmap store1_n, store1_p, store2_n, store2_p; member in struct:group_info
682 gi->store2_p = BITMAP_ALLOC (&dse_bitmap_obstack);
1008 store2 = group->store2_p;
2909 bitmap_ior_into (group->store2_p, group->store1_p);
2925 (int)bitmap_count_bits (group->store2_p));
2927 bitmap_print (dump_file, group->store2_p, "p ", "\n");
2960 EXECUTE_IF_SET_IN_BITMAP (group->store2_p, 0, j, bi)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddse.c553 bitmap store1_n, store1_p, store2_n, store2_p; member in struct:group_info
691 gi->store2_p = BITMAP_ALLOC (&dse_bitmap_obstack);
1017 store2 = group->store2_p;
2907 bitmap_ior_into (group->store2_p, group->store1_p);
2923 (int)bitmap_count_bits (group->store2_p));
2925 bitmap_print (dump_file, group->store2_p, "p ", "\n");
2958 EXECUTE_IF_SET_IN_BITMAP (group->store2_p, 0, j, bi)

Completed in 275 milliseconds