/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sbitmap.h | 258 extern unsigned int bitmap_count_bits (const_sbitmap);
|
H A D | bitmap.c | 1051 bitmap_count_bits (const_bitmap a) in bitmap_count_bits() function 2782 ASSERT_EQ (5, bitmap_count_bits (b)); in test_set_range() 2800 ASSERT_EQ (100, bitmap_count_bits (b)); in test_clear_bit_in_middle() 2805 ASSERT_EQ (99, bitmap_count_bits (b)); in test_clear_bit_in_middle()
|
H A D | tree-ssa-coalesce.c | 400 p->conflict_count = bitmap_count_bits (conflicts->conflicts[p1]); in initialize_conflict_count() 402 p->conflict_count = bitmap_count_bits (conflicts->conflicts[p2]); in initialize_conflict_count()
|
H A D | bitmap.h | 400 extern unsigned long bitmap_count_bits (const_bitmap);
|
H A D | sbitmap.c | 408 bitmap_count_bits (const_sbitmap bmap) in bitmap_count_bits() function
|
H A D | dse.c | 2919 (int)bitmap_count_bits (group->store2_n), in dse_step2_init() 2920 (int)bitmap_count_bits (group->store2_p)); in dse_step2_init()
|
H A D | tree-ssa-tail-merge.c | 708 if (bitmap_count_bits (same->bbs) < 2) in add_to_worklist()
|
H A D | tree-ssa-live.c | 243 count = bitmap_count_bits (selected); in partition_view_fini()
|
H A D | ipa-split.c | 602 if (num_args != bitmap_count_bits (current->ssa_names_to_pass)) in consider_split()
|
H A D | tree-ssa-pre.c | 747 result.create (bitmap_count_bits (&set->expressions)); in sorted_array_from_bitmap_set() 2262 && bitmap_count_bits (&PA_IN (single_succ (block))->values) > max_pa) in compute_partial_antic_aux()
|
H A D | tree-ssa.c | 568 names.reserve (bitmap_count_bits (toremove) + 1); in release_defs_bitset()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sbitmap.h | 268 extern unsigned int bitmap_count_bits (const_sbitmap);
|
H A D | bitmap.cc | 1133 bitmap_count_bits (const_bitmap a) in bitmap_count_bits() function 2876 ASSERT_EQ (5, bitmap_count_bits (b)); in test_set_range() 2894 ASSERT_EQ (100, bitmap_count_bits (b)); in test_clear_bit_in_middle() 2899 ASSERT_EQ (99, bitmap_count_bits (b)); in test_clear_bit_in_middle()
|
H A D | tree-ssa-coalesce.cc | 400 p->conflict_count = bitmap_count_bits (conflicts->conflicts[p1]); in initialize_conflict_count() 402 p->conflict_count = bitmap_count_bits (conflicts->conflicts[p2]); in initialize_conflict_count()
|
H A D | gimple-range-path.cc | 564 auto_vec<tree> worklist (bitmap_count_bits (imports)); in compute_imports()
|
H A D | tree-ssa-threadbackward.cc | 430 auto_vec<tree> worklist (bitmap_count_bits (interesting)); in find_paths_to_names()
|
H A D | bitmap.h | 400 extern unsigned long bitmap_count_bits (const_bitmap);
|
H A D | sbitmap.cc | 408 bitmap_count_bits (const_sbitmap bmap) in bitmap_count_bits() function
|
H A D | tree-ssa-pre.cc | 909 result.create (bitmap_count_bits (&set->expressions)); in sorted_array_from_bitmap_set() 1795 (2 * bitmap_count_bits (&set->expressions)); in phi_translate_set() 2338 && bitmap_count_bits (&PA_IN (single_succ (block))->values) > max_pa) in compute_partial_antic_aux()
|
H A D | tree-ssa-tail-merge.cc | 708 if (bitmap_count_bits (same->bbs) < 2) in add_to_worklist()
|
H A D | tree-ssa-live.cc | 243 count = bitmap_count_bits (selected); in partition_view_fini()
|
H A D | ipa-split.cc | 603 if (num_args != bitmap_count_bits (current->ssa_names_to_pass)) in consider_split()
|
H A D | tree-ssa.cc | 567 names.reserve (bitmap_count_bits (toremove) + 1); in release_defs_bitset()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
H A D | blocks.cc | 691 phis.num_phis = bitmap_count_bits (&phis.regs); in place_phis()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | region-model.h | 395 return bitmap_count_bits (m_bitmap); in num_regions()
|