Lines Matching defs:antin
84 compute_antinout_edge (sbitmap *antloc, sbitmap *transp, sbitmap *antin,
99 ANTIN. */
100 bitmap_vector_ones (antin, last_basic_block_for_fn (cfun));
103 optimistic initialization of ANTIN above. */
143 bitmap_intersection_of_succs (antout[bb->index], antin, bb);
146 if (bitmap_or_and (antin[bb->index], antloc[bb->index],
170 compute_earliest (struct edge_list *edge_list, int n_exprs, sbitmap *antin,
185 bitmap_copy (earliest[x], antin[succ->index]);
192 bitmap_and_compl (difference, antin[succ->index],
375 sbitmap *antin, *antout, *earliest;
404 antin = sbitmap_vector_alloc (last_basic_block_for_fn (cfun), n_exprs);
406 compute_antinout_edge (antloc, transp, antin, antout);
411 dump_bitmap_vector (dump_file, "antin", "", antin,
420 compute_earliest (edge_list, n_exprs, antin, antout, avout, kill, earliest);
428 sbitmap_vector_free (antin);