Home
last modified time | relevance | path

Searched refs:bitmap_or_and (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsbitmap.h271 extern bool bitmap_or_and (sbitmap, const_sbitmap,
H A Dlcm.c145 if (bitmap_or_and (antin[bb->index], antloc[bb->index], in compute_antinout_edge()
H A Dsbitmap.c669 bitmap_or_and (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in bitmap_or_and() function
H A Dgcse.c2774 changed |= bitmap_or_and (hoist_vbein[bb->index], in compute_code_hoist_vbeinout()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsbitmap.h281 extern bool bitmap_or_and (sbitmap, const_sbitmap,
H A Dlcm.cc145 if (bitmap_or_and (antin[bb->index], antloc[bb->index], in compute_antinout_edge()
H A Dsbitmap.cc669 bitmap_or_and (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in bitmap_or_and() function
H A Dgcse.cc2756 changed |= bitmap_or_and (hoist_vbein[bb->index], in compute_code_hoist_vbeinout()
H A DChangeLog-20125856 (sbitmap_a_or_b_and_c_cg): Rename bitmap_or_and.
H A DChangeLog-201627113 (bitmap_or_and): Delete the popcount assert.