Searched refs:bitmap_or_and (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sbitmap.h | 271 extern bool bitmap_or_and (sbitmap, const_sbitmap,
|
H A D | lcm.c | 145 if (bitmap_or_and (antin[bb->index], antloc[bb->index], in compute_antinout_edge()
|
H A D | sbitmap.c | 669 bitmap_or_and (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in bitmap_or_and() function
|
H A D | gcse.c | 2774 changed |= bitmap_or_and (hoist_vbein[bb->index], in compute_code_hoist_vbeinout()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sbitmap.h | 281 extern bool bitmap_or_and (sbitmap, const_sbitmap,
|
H A D | lcm.cc | 145 if (bitmap_or_and (antin[bb->index], antloc[bb->index], in compute_antinout_edge()
|
H A D | sbitmap.cc | 669 bitmap_or_and (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in bitmap_or_and() function
|
H A D | gcse.cc | 2756 changed |= bitmap_or_and (hoist_vbein[bb->index], in compute_code_hoist_vbeinout()
|
H A D | ChangeLog-2012 | 5856 (sbitmap_a_or_b_and_c_cg): Rename bitmap_or_and.
|
H A D | ChangeLog-2016 | 27113 (bitmap_or_and): Delete the popcount assert.
|