Home
last modified time | relevance | path

Searched refs:temp_bitmap (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dlcm.c183 sbitmap difference, temp_bitmap; in compute_earliest() local
190 temp_bitmap = sbitmap_alloc (n_exprs); in compute_earliest()
206 sbitmap_not (temp_bitmap, antout[pred->index]); in compute_earliest()
208 kill[pred->index], temp_bitmap); in compute_earliest()
213 sbitmap_free (temp_bitmap); in compute_earliest()
565 sbitmap difference, temp_bitmap; in compute_farthest() local
572 temp_bitmap = sbitmap_alloc (n_exprs); in compute_farthest()
588 sbitmap_not (temp_bitmap, st_avin[succ->index]); in compute_farthest()
590 kill[succ->index], temp_bitmap); in compute_farthest()
595 sbitmap_free (temp_bitmap); in compute_farthest()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dlra-remat.c79 static bitmap_head temp_bitmap; variable
775 bitmap_clear (&temp_bitmap); in calculate_gen_cands()
796 bitmap_set_bit (&temp_bitmap, uid); in calculate_gen_cands()
810 bitmap_set_bit (&temp_bitmap, uid); in calculate_gen_cands()
849 bitmap_clear (&temp_bitmap); in cand_trans_fun()
858 bitmap_set_bit (&temp_bitmap, cid); in cand_trans_fun()
869 bitmap_set_bit (&temp_bitmap, cid); in cand_trans_fun()
875 bitmap_set_bit (&temp_bitmap, cid); in cand_trans_fun()
1193 bitmap_clear (&temp_bitmap); in do_remat()
1221 bitmap_set_bit (&temp_bitmap, cand->index); in do_remat()
[all …]
H A Dlcm.c178 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 Dlra-lives.c94 static bitmap_head temp_bitmap; variable
420 bitmap_and_compl (&temp_bitmap, bb_liveout, &all_hard_regs_bitmap); in live_trans_fun()
422 &temp_bitmap, &bb_info->killed_pseudos); in live_trans_fun()
710 bitmap_copy (&temp_bitmap, &lra_reg_info[dst_regno].insn_bitmap); in process_bb_lives()
711 EXECUTE_IF_SET_IN_BITMAP (&temp_bitmap, 0, uid, bi) in process_bb_lives()
1439 bitmap_initialize (&temp_bitmap, &reg_obstack); in lra_live_ranges_init()
1448 bitmap_clear (&temp_bitmap); in lra_live_ranges_finish()
H A Dlra-constraints.c6080 static bitmap_head temp_bitmap; variable
6144 &temp_bitmap); in inherit_in_ebb()
6145 to_process = &temp_bitmap; in inherit_in_ebb()
6513 curr_bb, &temp_bitmap); in inherit_in_ebb()
6514 to_process = &temp_bitmap; in inherit_in_ebb()
6576 bitmap_initialize (&temp_bitmap, &reg_obstack); in lra_inheritance()
6610 bitmap_clear (&temp_bitmap); in lra_inheritance()