Home
last modified time | relevance | path

Searched refs:ANTIC_OUT (Results 1 – 25 of 75) sorted by relevance

123

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-pre.c2136 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2143 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2151 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2218 bitmap_ior_into (&ANTIC_OUT->expressions, in compute_antic_aux()
2228 FOR_EACH_EXPR_ID_IN_SET (ANTIC_OUT, i, bi) in compute_antic_aux()
2232 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear); in compute_antic_aux()
2237 if (!bitmap_bit_p (&ANTIC_OUT->values, value_id)) in compute_antic_aux()
2247 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2299 if (ANTIC_OUT) in compute_antic_aux()
2314 if (ANTIC_OUT) in compute_antic_aux()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-pre.c2125 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2132 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2140 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2207 bitmap_ior_into (&ANTIC_OUT->expressions, in compute_antic_aux()
2217 FOR_EACH_EXPR_ID_IN_SET (ANTIC_OUT, i, bi) in compute_antic_aux()
2221 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear); in compute_antic_aux()
2226 if (!bitmap_bit_p (&ANTIC_OUT->values, value_id)) in compute_antic_aux()
2236 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2288 if (ANTIC_OUT) in compute_antic_aux()
2303 if (ANTIC_OUT) in compute_antic_aux()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-pre.c2018 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2025 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2033 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2100 bitmap_ior_into (&ANTIC_OUT->expressions, in compute_antic_aux()
2110 FOR_EACH_EXPR_ID_IN_SET (ANTIC_OUT, i, bi) in compute_antic_aux()
2114 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear); in compute_antic_aux()
2119 if (!bitmap_bit_p (&ANTIC_OUT->values, value_id)) in compute_antic_aux()
2129 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2181 if (ANTIC_OUT) in compute_antic_aux()
2196 if (ANTIC_OUT) in compute_antic_aux()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-pre.c2039 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2046 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2054 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2121 bitmap_ior_into (&ANTIC_OUT->expressions, in compute_antic_aux()
2131 FOR_EACH_EXPR_ID_IN_SET (ANTIC_OUT, i, bi) in compute_antic_aux()
2135 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear); in compute_antic_aux()
2140 if (!bitmap_bit_p (&ANTIC_OUT->values, value_id)) in compute_antic_aux()
2150 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2202 if (ANTIC_OUT) in compute_antic_aux()
2217 if (ANTIC_OUT) in compute_antic_aux()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-pre.c2018 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2025 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2033 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2100 bitmap_ior_into (&ANTIC_OUT->expressions, in compute_antic_aux()
2110 FOR_EACH_EXPR_ID_IN_SET (ANTIC_OUT, i, bi) in compute_antic_aux()
2114 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear); in compute_antic_aux()
2119 if (!bitmap_bit_p (&ANTIC_OUT->values, value_id)) in compute_antic_aux()
2129 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2181 if (ANTIC_OUT) in compute_antic_aux()
2196 if (ANTIC_OUT) in compute_antic_aux()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-pre.c2018 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2025 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2033 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2100 bitmap_ior_into (&ANTIC_OUT->expressions, in compute_antic_aux()
2110 FOR_EACH_EXPR_ID_IN_SET (ANTIC_OUT, i, bi) in compute_antic_aux()
2114 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear); in compute_antic_aux()
2119 if (!bitmap_bit_p (&ANTIC_OUT->values, value_id)) in compute_antic_aux()
2129 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2181 if (ANTIC_OUT) in compute_antic_aux()
2196 if (ANTIC_OUT) in compute_antic_aux()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-pre.c2033 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2040 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2048 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2115 bitmap_ior_into (&ANTIC_OUT->expressions, in compute_antic_aux()
2125 FOR_EACH_EXPR_ID_IN_SET (ANTIC_OUT, i, bi) in compute_antic_aux()
2129 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear); in compute_antic_aux()
2134 if (!bitmap_bit_p (&ANTIC_OUT->values, value_id)) in compute_antic_aux()
2144 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2196 if (ANTIC_OUT) in compute_antic_aux()
2211 if (ANTIC_OUT) in compute_antic_aux()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-pre.c2018 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2025 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2033 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2100 bitmap_ior_into (&ANTIC_OUT->expressions, in compute_antic_aux()
2110 FOR_EACH_EXPR_ID_IN_SET (ANTIC_OUT, i, bi) in compute_antic_aux()
2114 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear); in compute_antic_aux()
2119 if (!bitmap_bit_p (&ANTIC_OUT->values, value_id)) in compute_antic_aux()
2129 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2181 if (ANTIC_OUT) in compute_antic_aux()
2196 if (ANTIC_OUT) in compute_antic_aux()
[all …]
H A DChangeLog9813 (phi_translate): Pass in destination ANTIC_OUT set.
9815 a leader in ANTIC_OUT and AVAIL_OUT, not the ANTIC_IN sets.
10301 for unioning ANTIC_OUT U EXP_GEN - TMP_GEN but merge
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-pre.c2018 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2025 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2033 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2100 bitmap_ior_into (&ANTIC_OUT->expressions, in compute_antic_aux()
2110 FOR_EACH_EXPR_ID_IN_SET (ANTIC_OUT, i, bi) in compute_antic_aux()
2114 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear); in compute_antic_aux()
2119 if (!bitmap_bit_p (&ANTIC_OUT->values, value_id)) in compute_antic_aux()
2129 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2181 if (ANTIC_OUT) in compute_antic_aux()
2196 if (ANTIC_OUT) in compute_antic_aux()
[all …]
H A DChangeLog9813 (phi_translate): Pass in destination ANTIC_OUT set.
9815 a leader in ANTIC_OUT and AVAIL_OUT, not the ANTIC_IN sets.
10301 for unioning ANTIC_OUT U EXP_GEN - TMP_GEN but merge
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-pre.c2129 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2136 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2144 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2211 bitmap_ior_into (&ANTIC_OUT->expressions, in compute_antic_aux()
2221 FOR_EACH_EXPR_ID_IN_SET (ANTIC_OUT, i, bi) in compute_antic_aux()
2225 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear); in compute_antic_aux()
2230 if (!bitmap_bit_p (&ANTIC_OUT->values, value_id)) in compute_antic_aux()
2240 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2292 if (ANTIC_OUT) in compute_antic_aux()
2307 if (ANTIC_OUT) in compute_antic_aux()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-pre.c2018 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2025 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2033 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2100 bitmap_ior_into (&ANTIC_OUT->expressions, in compute_antic_aux()
2110 FOR_EACH_EXPR_ID_IN_SET (ANTIC_OUT, i, bi) in compute_antic_aux()
2114 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear); in compute_antic_aux()
2119 if (!bitmap_bit_p (&ANTIC_OUT->values, value_id)) in compute_antic_aux()
2129 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2181 if (ANTIC_OUT) in compute_antic_aux()
2196 if (ANTIC_OUT) in compute_antic_aux()
[all …]
H A DChangeLog6690 (phi_translate): Pass in destination ANTIC_OUT set.
6692 a leader in ANTIC_OUT and AVAIL_OUT, not the ANTIC_IN sets.
7178 for unioning ANTIC_OUT U EXP_GEN - TMP_GEN but merge
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-pre.c2039 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2046 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2054 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2121 bitmap_ior_into (&ANTIC_OUT->expressions, in compute_antic_aux()
2131 FOR_EACH_EXPR_ID_IN_SET (ANTIC_OUT, i, bi) in compute_antic_aux()
2135 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear); in compute_antic_aux()
2140 if (!bitmap_bit_p (&ANTIC_OUT->values, value_id)) in compute_antic_aux()
2150 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2202 if (ANTIC_OUT) in compute_antic_aux()
2217 if (ANTIC_OUT) in compute_antic_aux()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-pre.c2129 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2136 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2144 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2211 bitmap_ior_into (&ANTIC_OUT->expressions, in compute_antic_aux()
2221 FOR_EACH_EXPR_ID_IN_SET (ANTIC_OUT, i, bi) in compute_antic_aux()
2225 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear); in compute_antic_aux()
2230 if (!bitmap_bit_p (&ANTIC_OUT->values, value_id)) in compute_antic_aux()
2240 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2292 if (ANTIC_OUT) in compute_antic_aux()
2307 if (ANTIC_OUT) in compute_antic_aux()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-pre.c2039 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2046 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2054 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2121 bitmap_ior_into (&ANTIC_OUT->expressions, in compute_antic_aux()
2131 FOR_EACH_EXPR_ID_IN_SET (ANTIC_OUT, i, bi) in compute_antic_aux()
2135 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear); in compute_antic_aux()
2140 if (!bitmap_bit_p (&ANTIC_OUT->values, value_id)) in compute_antic_aux()
2150 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2202 if (ANTIC_OUT) in compute_antic_aux()
2217 if (ANTIC_OUT) in compute_antic_aux()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-pre.c2033 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2040 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2048 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2115 bitmap_ior_into (&ANTIC_OUT->expressions, in compute_antic_aux()
2125 FOR_EACH_EXPR_ID_IN_SET (ANTIC_OUT, i, bi) in compute_antic_aux()
2129 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear); in compute_antic_aux()
2134 if (!bitmap_bit_p (&ANTIC_OUT->values, value_id)) in compute_antic_aux()
2144 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2196 if (ANTIC_OUT) in compute_antic_aux()
2211 if (ANTIC_OUT) in compute_antic_aux()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-pre.c2031 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2038 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2046 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2113 bitmap_ior_into (&ANTIC_OUT->expressions, in compute_antic_aux()
2123 FOR_EACH_EXPR_ID_IN_SET (ANTIC_OUT, i, bi) in compute_antic_aux()
2127 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear); in compute_antic_aux()
2132 if (!bitmap_bit_p (&ANTIC_OUT->values, value_id)) in compute_antic_aux()
2142 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2194 if (ANTIC_OUT) in compute_antic_aux()
2209 if (ANTIC_OUT) in compute_antic_aux()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-pre.c1311 value_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
1314 ANTIC_OUT = S = NULL; in compute_antic_aux()
1323 ANTIC_OUT = set_new (true); in compute_antic_aux()
1332 phi_translate_set (ANTIC_OUT, ANTIC_IN (single_succ (block)), in compute_antic_aux()
1349 set_copy (ANTIC_OUT, ANTIC_IN (first)); in compute_antic_aux()
1353 node = ANTIC_OUT->head; in compute_antic_aux()
1360 set_remove (ANTIC_OUT, node->expr); in compute_antic_aux()
1368 S = bitmap_set_subtract_from_value_set (ANTIC_OUT, TMP_GEN (block), false); in compute_antic_aux()
1387 if (ANTIC_OUT) in compute_antic_aux()
1388 print_value_set (dump_file, ANTIC_OUT, "ANTIC_OUT", block->index); in compute_antic_aux()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-pre.c2136 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2142 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2151 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2217 bitmap_set_copy (ANTIC_OUT, ANTIC_IN (first)); in compute_antic_aux()
2225 bitmap_set_and (ANTIC_OUT, tmp); in compute_antic_aux()
2229 bitmap_set_and (ANTIC_OUT, ANTIC_IN (bprime)); in compute_antic_aux()
2235 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2238 S = bitmap_set_subtract (ANTIC_OUT, TMP_GEN (block)); in compute_antic_aux()
2267 if (ANTIC_OUT) in compute_antic_aux()
2287 if (ANTIC_OUT) in compute_antic_aux()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-pre.c2130 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2136 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2145 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2213 bitmap_set_copy (ANTIC_OUT, ANTIC_IN (first)); in compute_antic_aux()
2221 bitmap_set_and (ANTIC_OUT, tmp); in compute_antic_aux()
2225 bitmap_set_and (ANTIC_OUT, ANTIC_IN (bprime)); in compute_antic_aux()
2232 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2235 S = bitmap_set_subtract (ANTIC_OUT, TMP_GEN (block)); in compute_antic_aux()
2264 if (ANTIC_OUT) in compute_antic_aux()
2284 if (ANTIC_OUT) in compute_antic_aux()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-pre.c2130 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2136 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2145 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2213 bitmap_set_copy (ANTIC_OUT, ANTIC_IN (first)); in compute_antic_aux()
2221 bitmap_set_and (ANTIC_OUT, tmp); in compute_antic_aux()
2225 bitmap_set_and (ANTIC_OUT, ANTIC_IN (bprime)); in compute_antic_aux()
2232 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2235 S = bitmap_set_subtract (ANTIC_OUT, TMP_GEN (block)); in compute_antic_aux()
2264 if (ANTIC_OUT) in compute_antic_aux()
2284 if (ANTIC_OUT) in compute_antic_aux()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-pre.c2092 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2099 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2108 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2153 phi_translate_set (ANTIC_OUT, ANTIC_IN (first), block, first); in compute_antic_aux()
2161 bitmap_set_and (ANTIC_OUT, tmp); in compute_antic_aux()
2165 bitmap_set_and (ANTIC_OUT, ANTIC_IN (bprime)); in compute_antic_aux()
2171 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2174 S = bitmap_set_subtract (ANTIC_OUT, TMP_GEN (block)); in compute_antic_aux()
2194 if (ANTIC_OUT) in compute_antic_aux()
2209 if (ANTIC_OUT) in compute_antic_aux()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-pre.c2092 bitmap_set_t S, old, ANTIC_OUT; in compute_antic_aux() local
2099 old = ANTIC_OUT = S = NULL; in compute_antic_aux()
2108 ANTIC_OUT = bitmap_set_new (); in compute_antic_aux()
2153 phi_translate_set (ANTIC_OUT, ANTIC_IN (first), block, first); in compute_antic_aux()
2161 bitmap_set_and (ANTIC_OUT, tmp); in compute_antic_aux()
2165 bitmap_set_and (ANTIC_OUT, ANTIC_IN (bprime)); in compute_antic_aux()
2171 prune_clobbered_mems (ANTIC_OUT, block); in compute_antic_aux()
2174 S = bitmap_set_subtract (ANTIC_OUT, TMP_GEN (block)); in compute_antic_aux()
2194 if (ANTIC_OUT) in compute_antic_aux()
2209 if (ANTIC_OUT) in compute_antic_aux()
[all …]

123