Searched refs:bb_table (Results 1 – 2 of 2) sorted by relevance
469 static bb_info_t *bb_table; variable792 bb_table = XCNEWVEC (bb_info_t, last_basic_block); in dse_step0()2799 bb_table[bb->index] = bb_info; in dse_step1()3386 bb_info_t bb_info = bb_table[bb->index]; in dse_step3_scan()3491 bb_info_t bb_info = bb_table[bb->index]; in dse_step3()3521 bb_info_t bb_info = bb_table[i]; in dse_step3()3562 bb_info_t bb_info = bb_table[bb->index]; in dse_confluence_0()3570 bitmap_copy (bb_info->out, bb_table[EXIT_BLOCK]->gen); in dse_confluence_0()3581 bb_info_t src_info = bb_table[e->src->index]; in dse_confluence_n()3582 bb_info_t dest_info = bb_table[e->dest->index]; in dse_confluence_n()[all …]
490 static bb_info_t *bb_table; variable709 bb_table = XNEWVEC (bb_info_t, last_basic_block_for_fn (cfun)); in dse_step0()2645 bb_table[bb->index] = bb_info; in dse_step1()3067 bb_info_t bb_info = bb_table[bb->index]; in dse_step3_scan()3159 bb_info_t bb_info = bb_table[bb->index]; in dse_step3()3189 bb_info_t bb_info = bb_table[i]; in dse_step3()3229 bb_info_t bb_info = bb_table[bb->index]; in dse_confluence_0()3237 bitmap_copy (bb_info->out, bb_table[EXIT_BLOCK]->gen); in dse_confluence_0()3248 bb_info_t src_info = bb_table[e->src->index]; in dse_confluence_n()3249 bb_info_t dest_info = bb_table[e->dest->index]; in dse_confluence_n()[all …]