Searched refs:hoist_vbeout (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gcse.c | 2734 static sbitmap *hoist_vbeout; variable 2753 hoist_vbeout = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem() 2766 sbitmap_vector_free (hoist_vbeout); in free_code_hoist_mem() 2782 sbitmap_vector_zero (hoist_vbeout, last_basic_block); in compute_code_hoist_vbeinout() 2798 sbitmap_intersection_of_succs (hoist_vbeout[bb->index], in compute_code_hoist_vbeinout() 2803 sbitmap_a_or_b (hoist_vbeout[bb->index], in compute_code_hoist_vbeinout() 2804 hoist_vbeout[bb->index], comp[bb->index]); in compute_code_hoist_vbeinout() 2809 hoist_vbeout[bb->index], in compute_code_hoist_vbeinout() 2825 dump_sbitmap_file (dump_file, hoist_vbeout[bb->index]); in compute_code_hoist_vbeinout() 2991 for (i = 0; i < hoist_vbeout[bb->index]->n_bits; i++) in hoist_code() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gcse.c | 2695 static sbitmap *hoist_vbeout; variable 2714 hoist_vbeout = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_code_hoist_mem() 2727 sbitmap_vector_free (hoist_vbeout); in free_code_hoist_mem() 2743 bitmap_vector_clear (hoist_vbeout, last_basic_block_for_fn (cfun)); in compute_code_hoist_vbeinout() 2759 bitmap_intersection_of_succs (hoist_vbeout[bb->index], in compute_code_hoist_vbeinout() 2764 bitmap_ior (hoist_vbeout[bb->index], in compute_code_hoist_vbeinout() 2765 hoist_vbeout[bb->index], comp[bb->index]); in compute_code_hoist_vbeinout() 2770 hoist_vbeout[bb->index], in compute_code_hoist_vbeinout() 2786 dump_bitmap_file (dump_file, hoist_vbeout[bb->index]); in compute_code_hoist_vbeinout() 3136 for (i = 0; i < SBITMAP_SIZE (hoist_vbeout[bb->index]); i++) in hoist_code() [all …]
|