Home | History | Annotate | Download | only in gcc

Lines Matching defs:avout

171 		  sbitmap *antout, sbitmap *avout, sbitmap *kill,
193 avout[pred->index]);
366 delete vectors for edge based LCM and return the AVIN, AVOUT bitmap.
372 sbitmap *avin, sbitmap *avout,
401 compute_available (avloc, kill, avout, avin);
420 compute_earliest (edge_list, n_exprs, antin, antout, avout, kill, earliest);
469 /* Wrapper to allocate avin/avout and call pre_edge_lcm_avs. */
477 sbitmap *avin, *avout;
480 avout = sbitmap_vector_alloc (last_basic_block_for_fn (cfun), n_exprs);
483 avin, avout, insert, del);
485 sbitmap_vector_free (avout);
491 /* Compute the AVIN and AVOUT vectors from the AVLOC and KILL vectors.
495 compute_available (sbitmap *avloc, sbitmap *kill, sbitmap *avout,
510 bitmap_vector_ones (avout, last_basic_block_for_fn (cfun));
513 optimistic initialization of AVOUT above. Use inverted postorder
558 bitmap_intersection_of_preds (avin[bb->index], avout, bb);
561 if (bitmap_ior_and_compl (avout[bb->index], avloc[bb->index],