Searched refs:bb_table (Results 1 – 2 of 2) sorted by relevance
506 static bb_info_t *bb_table; variable725 bb_table = XNEWVEC (bb_info_t, last_basic_block_for_fn (cfun)); in dse_step0()2750 bb_table[bb->index] = bb_info; in dse_step1()3172 bb_info_t bb_info = bb_table[bb->index]; in dse_step3_scan()3264 bb_info_t bb_info = bb_table[bb->index]; in dse_step3()3294 bb_info_t bb_info = bb_table[i]; in dse_step3()3334 bb_info_t bb_info = bb_table[bb->index]; in dse_confluence_0()3342 bitmap_copy (bb_info->out, bb_table[EXIT_BLOCK]->gen); in dse_confluence_0()3353 bb_info_t src_info = bb_table[e->src->index]; in dse_confluence_n()3354 bb_info_t dest_info = bb_table[e->dest->index]; in dse_confluence_n()[all …]
13349 the new bitmap obstack and normal obstack. Use XNEWVEC for bb_table.