Home
last modified time | relevance | path

Searched refs:st_delete_map (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map; variable
1120 if (st_delete_map) in free_store_memory()
1121 sbitmap_vector_free (st_delete_map); in free_store_memory()
1124 st_insert_map = st_delete_map = NULL; in free_store_memory()
1160 &st_delete_map); in one_store_motion_pass()
1185 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
H A DChangeLog-200924978 (pre_delete_map): Rename to st_delete_map, update users.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map; variable
1116 if (st_delete_map) in free_store_memory()
1117 sbitmap_vector_free (st_delete_map); in free_store_memory()
1120 st_insert_map = st_delete_map = NULL; in free_store_memory()
1155 &st_delete_map); in one_store_motion_pass()
1180 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map; variable
1120 if (st_delete_map) in free_store_memory()
1121 sbitmap_vector_free (st_delete_map); in free_store_memory()
1124 st_insert_map = st_delete_map = NULL; in free_store_memory()
1160 &st_delete_map); in one_store_motion_pass()
1185 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
H A DChangeLog-200924978 (pre_delete_map): Rename to st_delete_map, update users.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map; variable
1120 if (st_delete_map) in free_store_memory()
1121 sbitmap_vector_free (st_delete_map); in free_store_memory()
1124 st_insert_map = st_delete_map = NULL; in free_store_memory()
1160 &st_delete_map); in one_store_motion_pass()
1185 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map; variable
1120 if (st_delete_map) in free_store_memory()
1121 sbitmap_vector_free (st_delete_map); in free_store_memory()
1124 st_insert_map = st_delete_map = NULL; in free_store_memory()
1160 &st_delete_map); in one_store_motion_pass()
1185 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map; variable
1120 if (st_delete_map) in free_store_memory()
1121 sbitmap_vector_free (st_delete_map); in free_store_memory()
1124 st_insert_map = st_delete_map = NULL; in free_store_memory()
1160 &st_delete_map); in one_store_motion_pass()
1185 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
H A DChangeLog-200924978 (pre_delete_map): Rename to st_delete_map, update users.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map; variable
1120 if (st_delete_map) in free_store_memory()
1121 sbitmap_vector_free (st_delete_map); in free_store_memory()
1124 st_insert_map = st_delete_map = NULL; in free_store_memory()
1160 &st_delete_map); in one_store_motion_pass()
1185 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dstore-motion.c103 static sbitmap *st_delete_map; variable
1118 if (st_delete_map) in free_store_memory()
1119 sbitmap_vector_free (st_delete_map); in free_store_memory()
1122 st_insert_map = st_delete_map = NULL; in free_store_memory()
1158 &st_delete_map); in one_store_motion_pass()
1183 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map; variable
1120 if (st_delete_map) in free_store_memory()
1121 sbitmap_vector_free (st_delete_map); in free_store_memory()
1124 st_insert_map = st_delete_map = NULL; in free_store_memory()
1160 &st_delete_map); in one_store_motion_pass()
1185 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map;
1120 if (st_delete_map)
1121 sbitmap_vector_free (st_delete_map);
1124 st_insert_map = st_delete_map = NULL;
1160 &st_delete_map);
1185 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index))
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map; variable
1120 if (st_delete_map) in free_store_memory()
1121 sbitmap_vector_free (st_delete_map); in free_store_memory()
1124 st_insert_map = st_delete_map = NULL; in free_store_memory()
1160 &st_delete_map); in one_store_motion_pass()
1185 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dstore-motion.c100 static sbitmap *st_delete_map; variable
1128 if (st_delete_map) in free_store_memory()
1129 sbitmap_vector_free (st_delete_map); in free_store_memory()
1132 st_insert_map = st_delete_map = NULL; in free_store_memory()
1167 &st_delete_map); in one_store_motion_pass()
1192 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
H A DChangeLog-200924978 (pre_delete_map): Rename to st_delete_map, update users.
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map; variable
1120 if (st_delete_map) in free_store_memory()
1121 sbitmap_vector_free (st_delete_map); in free_store_memory()
1124 st_insert_map = st_delete_map = NULL; in free_store_memory()
1160 &st_delete_map); in one_store_motion_pass()
1185 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map; variable
1120 if (st_delete_map) in free_store_memory()
1121 sbitmap_vector_free (st_delete_map); in free_store_memory()
1124 st_insert_map = st_delete_map = NULL; in free_store_memory()
1160 &st_delete_map); in one_store_motion_pass()
1185 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map; variable
1120 if (st_delete_map) in free_store_memory()
1121 sbitmap_vector_free (st_delete_map); in free_store_memory()
1124 st_insert_map = st_delete_map = NULL; in free_store_memory()
1160 &st_delete_map); in one_store_motion_pass()
1185 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map; variable
1120 if (st_delete_map) in free_store_memory()
1121 sbitmap_vector_free (st_delete_map); in free_store_memory()
1124 st_insert_map = st_delete_map = NULL; in free_store_memory()
1160 &st_delete_map); in one_store_motion_pass()
1185 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map; variable
1120 if (st_delete_map) in free_store_memory()
1121 sbitmap_vector_free (st_delete_map); in free_store_memory()
1124 st_insert_map = st_delete_map = NULL; in free_store_memory()
1160 &st_delete_map); in one_store_motion_pass()
1185 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map; variable
1120 if (st_delete_map) in free_store_memory()
1121 sbitmap_vector_free (st_delete_map); in free_store_memory()
1124 st_insert_map = st_delete_map = NULL; in free_store_memory()
1160 &st_delete_map); in one_store_motion_pass()
1185 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map; variable
1120 if (st_delete_map) in free_store_memory()
1121 sbitmap_vector_free (st_delete_map); in free_store_memory()
1124 st_insert_map = st_delete_map = NULL; in free_store_memory()
1160 &st_delete_map); in one_store_motion_pass()
1185 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dstore-motion.c103 static sbitmap *st_delete_map; variable
1118 if (st_delete_map) in free_store_memory()
1119 sbitmap_vector_free (st_delete_map); in free_store_memory()
1122 st_insert_map = st_delete_map = NULL; in free_store_memory()
1158 &st_delete_map); in one_store_motion_pass()
1183 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dstore-motion.c93 static sbitmap *st_delete_map; variable
1120 if (st_delete_map) in free_store_memory()
1121 sbitmap_vector_free (st_delete_map); in free_store_memory()
1124 st_insert_map = st_delete_map = NULL; in free_store_memory()
1160 &st_delete_map); in one_store_motion_pass()
1185 if (bitmap_bit_p (st_delete_map[bb->index], ptr->index)) in one_store_motion_pass()

12