Home
last modified time | relevance | path

Searched refs:st_antloc (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dlcm.c714 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()
H A Dgcse.c5458 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 …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dlcm.c729 pre_edge_rev_lcm (file, n_exprs, transp, st_avloc, st_antloc, kill, in pre_edge_rev_lcm() argument
735 sbitmap *st_antloc;
753 compute_antinout_edge (st_antloc, transp, st_antin, st_antout);
768 dump_sbitmap_vector (file, "st_antloc", "", st_antloc, last_basic_block);
H A Dgcse.c6805 static sbitmap * st_antloc; variable
7158 st_antloc = (sbitmap *) sbitmap_vector_alloc (last_basic_block, num_stores); in build_store_vectors()
7159 sbitmap_vector_zero (st_antloc, last_basic_block); in build_store_vectors()
7204 SET_BIT (st_antloc[BLOCK_NUM (insn)], ptr->index); in build_store_vectors()
7255 dump_sbitmap_vector (gcse_file, "st_antloc", "", st_antloc, last_basic_block); in build_store_vectors()
7434 if (st_antloc) in free_store_memory()
7435 sbitmap_vector_free (st_antloc); in free_store_memory()
7443 ae_gen = ae_kill = transp = st_antloc = NULL; in free_store_memory()
7481 st_antloc, ae_kill, &pre_insert_map, in store_motion()
H A DChangeLog.56189 (regvec, st_antloc, num_store): New global statics.