Home
last modified time | relevance | path

Searched refs:refresh_blocks (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dcombine.c317 static sbitmap refresh_blocks; variable
759 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()
H A DChangeLog-19995625 * combine.c (refresh_blocks, need_refresh): New.
5626 (combine_instructions): Allocate refresh_blocks. Invoke
5628 (distribute_notes): Mark refresh_blocks instead of installing
H A DChangeLog-20011874 (copyprop_hardreg_forward): Don't collect refresh_blocks.