Searched refs:refresh_blocks (Results 1 – 3 of 3) sorted by relevance
317 static sbitmap refresh_blocks; variable759 refresh_blocks = sbitmap_alloc (last_basic_block); in combine_instructions()760 sbitmap_zero (refresh_blocks); in combine_instructions()963 EXECUTE_IF_SET_IN_SBITMAP (refresh_blocks, 0, j, sbi) in combine_instructions()973 sbitmap_free (refresh_blocks); in combine_instructions()12314 SET_BIT (refresh_blocks, this_basic_block->index); in distribute_notes()12331 SET_BIT (refresh_blocks, this_basic_block->index); in distribute_notes()12401 SET_BIT (refresh_blocks, in distribute_notes()
5625 * combine.c (refresh_blocks, need_refresh): New.5626 (combine_instructions): Allocate refresh_blocks. Invoke5628 (distribute_notes): Mark refresh_blocks instead of installing
1874 (copyprop_hardreg_forward): Don't collect refresh_blocks.