Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDbt-load.c647 sbitmap bb_in = sbitmap_alloc (max_uid); in compute_out() local
658 sbitmap_union_of_preds (bb_in, bb_out, i); in compute_out()
660 bb_in, bb_kill[i]); in compute_out()
663 sbitmap_free (bb_in); in compute_out()