Searched refs:st_antloc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | lcm.c | 714 sbitmap *st_avloc, sbitmap *st_antloc, sbitmap *kill, in pre_edge_rev_lcm() argument 730 compute_antinout_edge (st_antloc, transp, st_antin, st_antout); in pre_edge_rev_lcm() 745 dump_sbitmap_vector (dump_file, "st_antloc", "", st_antloc, last_basic_block); in pre_edge_rev_lcm()
|
| D | gcse.c | 5458 static sbitmap * st_antloc; variable 6050 st_antloc = sbitmap_vector_alloc (last_basic_block, num_stores); in build_store_vectors() 6051 sbitmap_vector_zero (st_antloc, last_basic_block); in build_store_vectors() 6079 SET_BIT (st_antloc[bb->index], ptr->index); in build_store_vectors() 6102 if (!TEST_BIT (st_antloc[bb->index], ptr->index) in build_store_vectors() 6115 dump_sbitmap_vector (dump_file, "st_antloc", "", st_antloc, last_basic_block); in build_store_vectors() 6267 if (TEST_BIT (st_antloc[bb->index], smexpr->index)) in remove_reachable_equiv_notes() 6417 if (st_antloc) in free_store_memory() 6418 sbitmap_vector_free (st_antloc); in free_store_memory() 6426 ae_gen = ae_kill = transp = st_antloc = NULL; in free_store_memory() [all …]
|
| D | ChangeLog-2001 | 25396 (regvec, st_antloc, num_store): New global statics.
|