Searched refs:temp_bitmap (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dlcm.c185 sbitmap difference, temp_bitmap;
192 temp_bitmap = sbitmap_alloc (n_exprs);
208 sbitmap_not (temp_bitmap, antout[pred->index]);
210 kill[pred->index], temp_bitmap);
215 sbitmap_free (temp_bitmap);
565 sbitmap difference, temp_bitmap;
572 temp_bitmap = sbitmap_alloc (n_exprs);
588 sbitmap_not (temp_bitmap, st_avin[succ->index]);
590 kill[succ->index], temp_bitmap);
595 sbitmap_free (temp_bitmap);
184 sbitmap difference, temp_bitmap; local
564 sbitmap difference, temp_bitmap; local
[all...]
H A Dglobal.c2338 static bitmap temp_bitmap;
2361 temp_bitmap = BITMAP_ALLOC (NULL);
2391 bitmap_ior_and_compl (temp_bitmap, bb_info->avloc,
2393 bitmap_and_into (temp_bitmap, bb->il.rtl->global_live_at_end);
2394 if (! bitmap_equal_p (temp_bitmap, bb_live_pavout))
2396 bitmap_copy (bb_live_pavout, temp_bitmap);
2415 BITMAP_FREE (temp_bitmap);
2323 static bitmap temp_bitmap; variable

Completed in 56 milliseconds