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

/haiku-buildtools/legacy/gcc/gcc/
H A Dlcm.c192 sbitmap *avin, *avout, *fartherin, *fartherout, *earlierin, *earlierout; local
207 fartherin = sbitmap_vector_alloc (n_blocks, n_exprs);
210 avout, fartherin, fartherout);
211 free (fartherin);
212 fartherin = NULL;
627 transp, avout, fartherin, fartherout)
633 sbitmap *fartherin;
641 sbitmap_vector_zero (fartherin, n_blocks);
652 sbitmap_union_of_successors (fartherout[bb], fartherin,
655 changed |= sbitmap_union_of_diff (fartherin[b
[all...]

Completed in 36 milliseconds