Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbitmap.cc1113 bitmap_count_bits_in_word (const BITMAP_WORD *bits) in bitmap_count_bits_in_word() function
1140 count += bitmap_count_bits_in_word (elt->bits); in bitmap_count_bits()
1160 count += bitmap_count_bits_in_word (elt_a->bits); in bitmap_count_unique_bits()
1165 count += bitmap_count_bits_in_word (elt_b->bits); in bitmap_count_unique_bits()
1173 count += bitmap_count_bits_in_word (bits); in bitmap_count_unique_bits()
H A DChangeLog-201629677 (bitmap_count_bits_in_word): New function, extracted from
29679 (bitmap_count_bits): Use bitmap_count_bits_in_word.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbitmap.c1031 bitmap_count_bits_in_word (const BITMAP_WORD *bits) in bitmap_count_bits_in_word() function
1058 count += bitmap_count_bits_in_word (elt->bits); in bitmap_count_bits()
1078 count += bitmap_count_bits_in_word (elt_a->bits); in bitmap_count_unique_bits()
1083 count += bitmap_count_bits_in_word (elt_b->bits); in bitmap_count_unique_bits()
1091 count += bitmap_count_bits_in_word (bits); in bitmap_count_unique_bits()