Home
last modified time | relevance | path

Searched refs:st_transp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstore-motion.c87 static sbitmap *st_kill, *st_avloc, *st_antloc, *st_transp; variable
1052 st_transp = sbitmap_vector_alloc (last_basic_block_for_fn (cfun), num_stores); in build_store_vectors()
1053 bitmap_vector_clear (st_transp, last_basic_block_for_fn (cfun)); in build_store_vectors()
1084 bitmap_set_bit (st_transp[bb->index], ptr->index); in build_store_vectors()
1096 dump_bitmap_vector (dump_file, "st_transp", "", st_transp, in build_store_vectors()
1114 if (st_transp) in free_store_memory()
1115 sbitmap_vector_free (st_transp); in free_store_memory()
1123 st_avloc = st_kill = st_transp = st_antloc = NULL; in free_store_memory()
1158 edge_list = pre_edge_rev_lcm (num_stores, st_transp, st_avloc, in one_store_motion_pass()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstore-motion.cc87 static sbitmap *st_kill, *st_avloc, *st_antloc, *st_transp; variable
1048 st_transp = sbitmap_vector_alloc (last_basic_block_for_fn (cfun), num_stores); in build_store_vectors()
1049 bitmap_vector_clear (st_transp, last_basic_block_for_fn (cfun)); in build_store_vectors()
1080 bitmap_set_bit (st_transp[bb->index], ptr->index); in build_store_vectors()
1092 dump_bitmap_vector (dump_file, "st_transp", "", st_transp, in build_store_vectors()
1110 if (st_transp) in free_store_memory()
1111 sbitmap_vector_free (st_transp); in free_store_memory()
1119 st_avloc = st_kill = st_transp = st_antloc = NULL; in free_store_memory()
1153 edge_list = pre_edge_rev_lcm (num_stores, st_transp, st_avloc, in one_store_motion_pass()
H A DChangeLog-200924976 (transp): Rename to st_transp, update users.