Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dlcm.c184 sbitmap difference, temp_bitmap; in compute_earliest() local
191 temp_bitmap = sbitmap_alloc (n_exprs); in compute_earliest()
207 sbitmap_not (temp_bitmap, antout[pred->index]); in compute_earliest()
209 kill[pred->index], temp_bitmap); in compute_earliest()
214 sbitmap_free (temp_bitmap); in compute_earliest()
564 sbitmap difference, temp_bitmap; in compute_farthest() local
571 temp_bitmap = sbitmap_alloc (n_exprs); in compute_farthest()
587 sbitmap_not (temp_bitmap, st_avin[succ->index]); in compute_farthest()
589 kill[succ->index], temp_bitmap); in compute_farthest()
594 sbitmap_free (temp_bitmap); in compute_farthest()
H A Dglobal.c2323 static bitmap temp_bitmap; variable
2346 temp_bitmap = BITMAP_ALLOC (NULL); in calculate_reg_pav()
2376 bitmap_ior_and_compl (temp_bitmap, bb_info->avloc, in calculate_reg_pav()
2378 bitmap_and_into (temp_bitmap, bb->il.rtl->global_live_at_end); in calculate_reg_pav()
2379 if (! bitmap_equal_p (temp_bitmap, bb_live_pavout)) in calculate_reg_pav()
2381 bitmap_copy (bb_live_pavout, temp_bitmap); in calculate_reg_pav()
2400 BITMAP_FREE (temp_bitmap); in calculate_reg_pav()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlcm.c194 sbitmap difference, temp_bitmap; local
201 temp_bitmap = sbitmap_alloc (n_exprs);
217 sbitmap_not (temp_bitmap, antout[pred->index]);
219 kill[pred->index], temp_bitmap);
224 sbitmap_free (temp_bitmap);
579 sbitmap difference, temp_bitmap; local
586 temp_bitmap = sbitmap_alloc (n_exprs);
602 sbitmap_not (temp_bitmap, st_avin[succ->index]);
604 kill[succ->index], temp_bitmap);
609 sbitmap_free (temp_bitmap);
H A DChangeLog.23241 * 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 DChangeLog.413507 'temp_bitmap'.