Searched refs:blocks_with_calls (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcse-common.c | 76 bitmap blocks_with_calls) in record_last_mem_set_info_common() argument 86 bitmap_set_bit (blocks_with_calls, bb); in record_last_mem_set_info_common() 113 bitmap blocks_with_calls, in compute_transp() argument 154 EXECUTE_IF_SET_IN_BITMAP (blocks_with_calls, 0, bb_index, bi) in compute_transp() 162 blocks_with_calls, in compute_transp() 215 compute_transp (XEXP (x, i), indx, bmap, blocks_with_calls, in compute_transp() 220 compute_transp (XVECEXP (x, i, j), indx, bmap, blocks_with_calls, in compute_transp()
|
H A D | postreload-gcse.c | 219 static bitmap blocks_with_calls; variable 319 blocks_with_calls = BITMAP_ALLOC (NULL); in alloc_mem() 352 BITMAP_FREE (blocks_with_calls); in free_mem() 711 blocks_with_calls); in record_last_mem_set_info() 998 blocks_with_calls, modify_mem_list_set, in compute_expr_transp()
|
H A D | gcse.c | 402 static bitmap blocks_with_calls; variable 626 blocks_with_calls = BITMAP_ALLOC (NULL); in alloc_gcse_mem() 638 BITMAP_FREE (blocks_with_calls); in free_gcse_mem() 697 blocks_with_calls, in compute_local_properties() 1469 blocks_with_calls); in record_last_mem_set_info() 1615 bitmap_clear (blocks_with_calls); in clear_modify_mem_tables()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcse-common.cc | 76 bitmap blocks_with_calls) in record_last_mem_set_info_common() argument 86 bitmap_set_bit (blocks_with_calls, bb); in record_last_mem_set_info_common() 113 bitmap blocks_with_calls, in compute_transp() argument 154 EXECUTE_IF_SET_IN_BITMAP (blocks_with_calls, 0, bb_index, bi) in compute_transp() 162 blocks_with_calls, in compute_transp() 214 compute_transp (XEXP (x, i), indx, bmap, blocks_with_calls, in compute_transp() 219 compute_transp (XVECEXP (x, i, j), indx, bmap, blocks_with_calls, in compute_transp()
|
H A D | postreload-gcse.cc | 219 static bitmap blocks_with_calls; variable 319 blocks_with_calls = BITMAP_ALLOC (NULL); in alloc_mem() 352 BITMAP_FREE (blocks_with_calls); in free_mem() 710 blocks_with_calls); in record_last_mem_set_info() 999 blocks_with_calls, modify_mem_list_set, in compute_expr_transp()
|
H A D | gcse.cc | 402 static bitmap blocks_with_calls; variable 626 blocks_with_calls = BITMAP_ALLOC (NULL); in alloc_gcse_mem() 638 BITMAP_FREE (blocks_with_calls); in free_gcse_mem() 697 blocks_with_calls, in compute_local_properties() 1468 blocks_with_calls); in record_last_mem_set_info() 1615 bitmap_clear (blocks_with_calls); in clear_modify_mem_tables()
|
H A D | ChangeLog-2005 | 31673 * gcse.c (blocks_with_calls): New bitmap.
|
H A D | ChangeLog-2015 | 37511 (modify_mem_list_set, blocks_with_calls): New variables.
|