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

  /src/external/gpl3/gcc/dist/gcc/
gcse.cc 2712 static sbitmap *hoist_vbeout;
2731 hoist_vbeout = sbitmap_vector_alloc (n_blocks, n_exprs);
2744 sbitmap_vector_free (hoist_vbeout);
2760 bitmap_vector_clear (hoist_vbeout, last_basic_block_for_fn (cfun));
2776 bitmap_intersection_of_succs (hoist_vbeout[bb->index],
2781 bitmap_ior (hoist_vbeout[bb->index],
2782 hoist_vbeout[bb->index], comp[bb->index]);
2787 hoist_vbeout[bb->index],
2803 dump_bitmap_file (dump_file, hoist_vbeout[bb->index]);
3154 for (i = 0; i < SBITMAP_SIZE (hoist_vbeout[bb->index]); i++
2698 static sbitmap *hoist_vbeout; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcse.cc 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++
2683 static sbitmap *hoist_vbeout; variable
    [all...]

Completed in 20 milliseconds