Lines Matching defs:antloc
668 TRANSP, COMP, and ANTLOC are destination sbitmaps for recording local
675 compute_local_properties (sbitmap *transp, sbitmap *comp, sbitmap *antloc,
688 if (antloc)
689 bitmap_vector_clear (antloc, last_basic_block_for_fn (cfun));
710 we want to set to nonzero in ANTLOC. */
711 if (antloc)
714 bitmap_set_bit (antloc[BLOCK_FOR_INSN (occr->insn)->index], indx);
1652 static sbitmap *antloc;
1674 antloc = sbitmap_vector_alloc (n_blocks, n_exprs);
1693 /* ANTLOC and AE_KILL are freed just after pre_lcm finishes. */
1798 bitmap_and_compl (antloc[bb->index],
1799 antloc[bb->index], prune_exprs);
1882 compute_local_properties (transp, comp, antloc, &expr_hash_table);
1897 edge_list = pre_edge_lcm (expr_hash_table.n_elems, transp, comp, antloc,
1899 sbitmap_vector_free (antloc);
1900 antloc = NULL;
2481 /* We only need to search antic_occr since we require ANTLOC != 0. */
2711 antloc = sbitmap_vector_alloc (n_blocks, n_exprs);
2724 sbitmap_vector_free (antloc);
2771 antloc[bb->index],
2798 compute_local_properties (transp, comp, antloc, &expr_hash_table);
3189 if (!bitmap_bit_p (antloc[dominated->index], i))