Lines Matching defs:hoist_vbeout
2697 static sbitmap *hoist_vbeout;
2716 hoist_vbeout = sbitmap_vector_alloc (n_blocks, n_exprs);
2729 sbitmap_vector_free (hoist_vbeout);
2745 bitmap_vector_clear (hoist_vbeout, last_basic_block_for_fn (cfun));
2761 bitmap_intersection_of_succs (hoist_vbeout[bb->index],
2766 bitmap_ior (hoist_vbeout[bb->index],
2767 hoist_vbeout[bb->index], comp[bb->index]);
2772 hoist_vbeout[bb->index],
2788 dump_bitmap_file (dump_file, hoist_vbeout[bb->index]);
3139 for (i = 0; i < SBITMAP_SIZE (hoist_vbeout[bb->index]); i++)
3141 if (bitmap_bit_p (hoist_vbeout[bb->index], i))