/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lra-remat.cc | 74 static bitmap_head temp_bitmap; variable 780 bitmap_clear (&temp_bitmap); in calculate_gen_cands() 801 bitmap_set_bit (&temp_bitmap, uid); in calculate_gen_cands() 817 bitmap_set_bit (&temp_bitmap, uid); in calculate_gen_cands() 821 bitmap_and_compl_into (gen_insns, &temp_bitmap); in calculate_gen_cands() 857 bitmap_clear (&temp_bitmap); in cand_trans_fun() 866 bitmap_set_bit (&temp_bitmap, cid); in cand_trans_fun() 877 bitmap_set_bit (&temp_bitmap, cid); in cand_trans_fun() 883 bitmap_set_bit (&temp_bitmap, cid); in cand_trans_fun() 886 &bb_info->gen_cands, bb_in, &temp_bitmap); in cand_trans_fun() [all …]
|
H A D | lcm.cc | 178 auto_sbitmap difference (n_exprs), temp_bitmap (n_exprs); in compute_earliest() local 193 bitmap_not (temp_bitmap, antout[pred->index]); in compute_earliest() 195 kill[pred->index], temp_bitmap); in compute_earliest() 594 auto_sbitmap difference (n_exprs), temp_bitmap (n_exprs); in compute_farthest() local 609 bitmap_not (temp_bitmap, st_avin[succ->index]); in compute_farthest() 611 kill[succ->index], temp_bitmap); in compute_farthest()
|
H A D | lra-lives.cc | 95 static bitmap_head temp_bitmap; variable 437 bitmap_and_compl (&temp_bitmap, bb_liveout, &all_hard_regs_bitmap); in live_trans_fun() 439 &temp_bitmap, &bb_info->killed_pseudos); in live_trans_fun() 755 bitmap_copy (&temp_bitmap, &lra_reg_info[dst_regno].insn_bitmap); in process_bb_lives() 756 EXECUTE_IF_SET_IN_BITMAP (&temp_bitmap, 0, uid, bi) in process_bb_lives() 1520 bitmap_initialize (&temp_bitmap, ®_obstack); in lra_live_ranges_init() 1529 bitmap_clear (&temp_bitmap); in lra_live_ranges_finish()
|
H A D | lra-constraints.cc | 6434 static bitmap_head temp_bitmap; variable 6500 &temp_bitmap); in inherit_in_ebb() 6501 to_process = &temp_bitmap; in inherit_in_ebb() 6872 curr_bb, &temp_bitmap); in inherit_in_ebb() 6873 to_process = &temp_bitmap; in inherit_in_ebb() 6935 bitmap_initialize (&temp_bitmap, ®_obstack); in lra_inheritance() 6969 bitmap_release (&temp_bitmap); in lra_inheritance()
|
H A D | ChangeLog-1999 | 3241 * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'. 3244 (compute_nearerout): Remove unused variable `temp_bitmap'. 3678 * gcse.c (alloc_pre_mem): Free the temp_bitmap, too. 8281 * gcse.c (free_pre_mem): Free `temp_bitmap'.
|
H A D | ChangeLog-2014 | 7648 * lra-lives.c (temp_bitmap): Move higher. 7649 (initiate_live_solver): Move temp_bitmap initialization into 7651 (finish_live_solver): Move temp_bitmap clearing into 7661 Use temp_bitmap to update avail_cands.
|
H A D | ChangeLog-2004 | 1281 (temp_bitmap): New variable. 1282 (calculate_reg_pav): Allocate/deallocate temp_bitmap.
|
H A D | ChangeLog-2000 | 13513 'temp_bitmap'.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lra-remat.c | 74 static bitmap_head temp_bitmap; variable 780 bitmap_clear (&temp_bitmap); in calculate_gen_cands() 801 bitmap_set_bit (&temp_bitmap, uid); in calculate_gen_cands() 817 bitmap_set_bit (&temp_bitmap, uid); in calculate_gen_cands() 821 bitmap_and_compl_into (gen_insns, &temp_bitmap); in calculate_gen_cands() 857 bitmap_clear (&temp_bitmap); in cand_trans_fun() 866 bitmap_set_bit (&temp_bitmap, cid); in cand_trans_fun() 877 bitmap_set_bit (&temp_bitmap, cid); in cand_trans_fun() 883 bitmap_set_bit (&temp_bitmap, cid); in cand_trans_fun() 886 &bb_info->gen_cands, bb_in, &temp_bitmap); in cand_trans_fun() [all …]
|
H A D | lcm.c | 178 auto_sbitmap difference (n_exprs), temp_bitmap (n_exprs); in compute_earliest() 193 bitmap_not (temp_bitmap, antout[pred->index]); in compute_earliest() 195 kill[pred->index], temp_bitmap); in compute_earliest() 594 auto_sbitmap difference (n_exprs), temp_bitmap (n_exprs); in compute_farthest() 609 bitmap_not (temp_bitmap, st_avin[succ->index]); in compute_farthest() 611 kill[succ->index], temp_bitmap); in compute_farthest()
|
H A D | lra-lives.c | 95 static bitmap_head temp_bitmap; variable 437 bitmap_and_compl (&temp_bitmap, bb_liveout, &all_hard_regs_bitmap); in live_trans_fun() 439 &temp_bitmap, &bb_info->killed_pseudos); in live_trans_fun() 726 bitmap_copy (&temp_bitmap, &lra_reg_info[dst_regno].insn_bitmap); in process_bb_lives() 727 EXECUTE_IF_SET_IN_BITMAP (&temp_bitmap, 0, uid, bi) in process_bb_lives() 1496 bitmap_initialize (&temp_bitmap, ®_obstack); in lra_live_ranges_init() 1505 bitmap_clear (&temp_bitmap); in lra_live_ranges_finish()
|
H A D | lra-constraints.c | 6295 static bitmap_head temp_bitmap; variable 6361 &temp_bitmap); in inherit_in_ebb() 6362 to_process = &temp_bitmap; in inherit_in_ebb() 6733 curr_bb, &temp_bitmap); in inherit_in_ebb() 6734 to_process = &temp_bitmap; in inherit_in_ebb() 6796 bitmap_initialize (&temp_bitmap, ®_obstack); in lra_inheritance() 6830 bitmap_release (&temp_bitmap); in lra_inheritance()
|