Searched refs:new_block_index (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | df-core.c | 1574 int new_block_index = new_block->index; in df_bb_replace() local 1578 fprintf (dump_file, "shoving block %d into %d\n", new_block_index, old_index); in df_bb_replace() 1590 df_get_bb_info (dflow, new_block_index)); in df_bb_replace() 1598 SET_BASIC_BLOCK (new_block_index, NULL); in df_bb_replace()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | df-core.c | 1747 int new_block_index = new_block->index; in df_bb_replace() local 1751 fprintf (dump_file, "shoving block %d into %d\n", new_block_index, old_index); in df_bb_replace() 1763 df_get_bb_info (dflow, new_block_index)); in df_bb_replace() 1771 SET_BASIC_BLOCK_FOR_FN (cfun, new_block_index, NULL); in df_bb_replace()
|