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

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddse.cc497 static bb_info_t *bb_table; variable
717 bb_table = XNEWVEC (bb_info_t, last_basic_block_for_fn (cfun));
2754 bb_table[bb->index] = bb_info;
3178 bb_info_t bb_info = bb_table[bb->index];
3270 bb_info_t bb_info = bb_table[bb->index];
3300 bb_info_t bb_info = bb_table[i];
3341 bb_info_t bb_info = bb_table[bb->index];
3349 bitmap_copy (bb_info->out, bb_table[EXIT_BLOCK]->gen);
3360 bb_info_t src_info = bb_table[e->src->index];
3361 bb_info_t dest_info = bb_table[
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddse.c506 static bb_info_t *bb_table; variable
726 bb_table = XNEWVEC (bb_info_t, last_basic_block_for_fn (cfun));
2752 bb_table[bb->index] = bb_info;
3176 bb_info_t bb_info = bb_table[bb->index];
3268 bb_info_t bb_info = bb_table[bb->index];
3298 bb_info_t bb_info = bb_table[i];
3339 bb_info_t bb_info = bb_table[bb->index];
3347 bitmap_copy (bb_info->out, bb_table[EXIT_BLOCK]->gen);
3358 bb_info_t src_info = bb_table[e->src->index];
3359 bb_info_t dest_info = bb_table[
[all...]

Completed in 270 milliseconds