Home
last modified time | relevance | path

Searched refs:bb_table (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddse.c469 static bb_info_t *bb_table; variable
792 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 …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddse.c490 static bb_info_t *bb_table; variable
709 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 …]