Lines Matching defs:st_antloc
87 static sbitmap *st_kill, *st_avloc, *st_antloc, *st_transp;
863 if (bitmap_bit_p (st_antloc[bb->index], smexpr->index))
1011 st_antloc = sbitmap_vector_alloc (last_basic_block_for_fn (cfun),
1013 bitmap_vector_clear (st_antloc, last_basic_block_for_fn (cfun));
1042 bitmap_set_bit (st_antloc[bb->index], ptr->index);
1076 if (!bitmap_bit_p (st_antloc[bb->index], ptr->index)
1089 dump_bitmap_vector (dump_file, "st_antloc", "", st_antloc,
1113 if (st_antloc)
1114 sbitmap_vector_free (st_antloc);
1120 st_avloc = st_kill = st_transp = st_antloc = NULL;
1155 st_antloc, st_kill, &st_insert_map,