| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | sbitmap.c | 272 bitmap_set_range (sbitmap bmap, unsigned int start, unsigned int count) in bitmap_set_range() function 895 bitmap_set_range (s, 0, 1); in test_set_range() 898 bitmap_set_range (s, 15, 1); in test_set_range() 905 bitmap_set_range (s, 512, 1); in test_set_range() 914 bitmap_set_range (s, 512, 64); in test_set_range()
|
| H A D | sbitmap.h | 262 extern void bitmap_set_range (sbitmap, unsigned, unsigned);
|
| H A D | bitmap.c | 1572 bitmap_set_range (bitmap head, unsigned int start, unsigned int count) in bitmap_set_range() function 2780 bitmap_set_range (b, 7, 5); in test_set_range() 2799 bitmap_set_range (b, 100, 100); in test_clear_bit_in_middle() 2817 bitmap_set_range (src, 40, 10); in test_copying() 2825 bitmap_set_range (src, 70, 5); in test_copying() 2842 bitmap_set_range (b, 42, 1); in test_bitmap_single_bit_set_p() 2846 bitmap_set_range (b, 1066, 1); in test_bitmap_single_bit_set_p()
|
| H A D | bitmap.h | 416 extern void bitmap_set_range (bitmap, unsigned int, unsigned int);
|
| H A D | tree-ssanames.c | 229 bitmap_set_range (all_names, UNUSED_NAME_VERSION + 1, num_ssa_names - 1); in verify_ssaname_freelists()
|
| H A D | df-problems.c | 321 bitmap_set_range (&bb_info->kill, begin, n_defs); in df_rd_bb_local_compute_process_def() 419 bitmap_set_range (dense_invalidated, in df_rd_local_compute() 539 bitmap_set_range (live_defs, in df_rd_transfer_function() 616 bitmap_set_range (&tmp, DF_DEFS_BEGIN (regno), DF_DEFS_COUNT (regno)); in df_rd_dump_defs_set()
|
| H A D | early-remat.c | 1226 bitmap_set_range (&m_tmp_bitmap, 0, last_basic_block_for_fn (m_fn)); in compute_rd() 2172 bitmap_set_range (&m_tmp_bitmap, 0, last_basic_block_for_fn (m_fn)); in compute_availability()
|
| H A D | tree-ssa-dse.c | 246 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT); in setup_live_bytes_from_ref()
|
| H A D | dse.c | 1286 bitmap_set_range (s_info->positions_needed.large.bmap, 0, width); in set_all_positions_unneeded() 1862 bitmap_set_range (regs_set, REGNO (x), REG_NREGS (x)); in look_for_hardregs()
|
| H A D | lra-lives.c | 477 bitmap_set_range (&all_hard_regs_bitmap, 0, FIRST_PSEUDO_REGISTER); in initiate_live_solver()
|
| H A D | caller-save.c | 1329 bitmap_set_range ((regset) data, regno, REG_NREGS (x)); in add_used_regs()
|
| H A D | sched-rgn.c | 1787 bitmap_set_range (df_get_live_in (b), regno, REG_NREGS (reg)); in update_live_1()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | sbitmap.cc | 272 bitmap_set_range (sbitmap bmap, unsigned int start, unsigned int count) in bitmap_set_range() function 895 bitmap_set_range (s, 0, 1); in test_set_range() 898 bitmap_set_range (s, 15, 1); in test_set_range() 905 bitmap_set_range (s, 512, 1); in test_set_range() 914 bitmap_set_range (s, 512, 64); in test_set_range()
|
| H A D | bitmap.cc | 1654 bitmap_set_range (bitmap head, unsigned int start, unsigned int count) in bitmap_set_range() function 2874 bitmap_set_range (b, 7, 5); in test_set_range() 2893 bitmap_set_range (b, 100, 100); in test_clear_bit_in_middle() 2911 bitmap_set_range (src, 40, 10); in test_copying() 2919 bitmap_set_range (src, 70, 5); in test_copying() 2936 bitmap_set_range (b, 42, 1); in test_bitmap_single_bit_set_p() 2940 bitmap_set_range (b, 1066, 1); in test_bitmap_single_bit_set_p()
|
| H A D | sbitmap.h | 272 extern void bitmap_set_range (sbitmap, unsigned, unsigned);
|
| H A D | tree-ssanames.cc | 238 bitmap_set_range (all_names, UNUSED_NAME_VERSION + 1, num_ssa_names - 1); in verify_ssaname_freelists()
|
| H A D | bitmap.h | 416 extern void bitmap_set_range (bitmap, unsigned int, unsigned int);
|
| H A D | df-problems.cc | 321 bitmap_set_range (&bb_info->kill, begin, n_defs); in df_rd_bb_local_compute_process_def() 419 bitmap_set_range (dense_invalidated, in df_rd_local_compute() 539 bitmap_set_range (live_defs, in df_rd_transfer_function() 616 bitmap_set_range (&tmp, DF_DEFS_BEGIN (regno), DF_DEFS_COUNT (regno)); in df_rd_dump_defs_set()
|
| H A D | early-remat.cc | 1226 bitmap_set_range (&m_tmp_bitmap, 0, last_basic_block_for_fn (m_fn)); in compute_rd() 2172 bitmap_set_range (&m_tmp_bitmap, 0, last_basic_block_for_fn (m_fn)); in compute_availability()
|
| H A D | tree-ssa-dse.cc | 356 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT); in setup_live_bytes_from_ref()
|
| H A D | caller-save.cc | 1329 bitmap_set_range ((regset) data, regno, REG_NREGS (x)); in add_used_regs()
|
| H A D | lra-lives.cc | 477 bitmap_set_range (&all_hard_regs_bitmap, 0, FIRST_PSEUDO_REGISTER); in initiate_live_solver()
|
| H A D | tree-loop-distribution.cc | 2502 bitmap_set_range (sccs_to_merge, 0, (unsigned) num_sccs); in break_alias_scc_partitions() 3625 bitmap_set_range (partition_stmts, 0, rdg->n_vertices); in transform_reduction_loop()
|
| H A D | sched-rgn.cc | 1787 bitmap_set_range (df_get_live_in (b), regno, REG_NREGS (reg)); in update_live_1()
|
| H A D | cfgcleanup.cc | 218 bitmap_set_range (nonequal, REGNO (dest), REG_NREGS (dest)); in mark_effect()
|