Home
last modified time | relevance | path

Searched refs:blocks_with_calls (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcse-common.c76 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 Dpostreload-gcse.c219 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 Dgcse.c402 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 Dgcse-common.cc76 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 Dpostreload-gcse.cc219 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 Dgcse.cc402 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 DChangeLog-200531673 * gcse.c (blocks_with_calls): New bitmap.
H A DChangeLog-201537511 (modify_mem_list_set, blocks_with_calls): New variables.