Home
last modified time | relevance | path

Searched refs:sm_executed (Results 1 – 21 of 21) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-im.c2249 find_refs_for_sm (struct loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2256 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2287 store_motion_loop (struct loop *loop, bitmap sm_executed) in store_motion_loop() argument
2295 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2300 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2302 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2303 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2314 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion() local
2317 store_motion_loop (loop, sm_executed); in store_motion()
2319 BITMAP_FREE (sm_executed); in store_motion()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-loop-im.c2277 find_refs_for_sm (struct loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2284 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2315 store_motion_loop (struct loop *loop, bitmap sm_executed) in store_motion_loop() argument
2323 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2328 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2330 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2331 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2342 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion() local
2345 store_motion_loop (loop, sm_executed); in store_motion()
2347 BITMAP_FREE (sm_executed); in store_motion()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-im.c2277 find_refs_for_sm (struct loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2284 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2315 store_motion_loop (struct loop *loop, bitmap sm_executed) in store_motion_loop() argument
2323 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2328 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2330 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2331 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2342 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion() local
2345 store_motion_loop (loop, sm_executed); in store_motion()
2347 BITMAP_FREE (sm_executed); in store_motion()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-im.c2277 find_refs_for_sm (struct loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2284 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2315 store_motion_loop (struct loop *loop, bitmap sm_executed) in store_motion_loop() argument
2323 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2328 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2330 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2331 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2342 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion() local
2345 store_motion_loop (loop, sm_executed); in store_motion()
2347 BITMAP_FREE (sm_executed); in store_motion()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-im.c2249 find_refs_for_sm (struct loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2256 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2287 store_motion_loop (struct loop *loop, bitmap sm_executed) in store_motion_loop() argument
2295 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2300 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2302 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2303 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2314 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion() local
2317 store_motion_loop (loop, sm_executed); in store_motion()
2319 BITMAP_FREE (sm_executed); in store_motion()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-im.c2277 find_refs_for_sm (struct loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2284 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2315 store_motion_loop (struct loop *loop, bitmap sm_executed) in store_motion_loop() argument
2323 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2328 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2330 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2331 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2342 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion() local
2345 store_motion_loop (loop, sm_executed); in store_motion()
2347 BITMAP_FREE (sm_executed); in store_motion()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-im.c2277 find_refs_for_sm (struct loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2284 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2315 store_motion_loop (struct loop *loop, bitmap sm_executed) in store_motion_loop() argument
2323 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2328 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2330 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2331 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2342 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion() local
2345 store_motion_loop (loop, sm_executed); in store_motion()
2347 BITMAP_FREE (sm_executed); in store_motion()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-loop-im.c2235 find_refs_for_sm (struct loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2242 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2273 store_motion_loop (struct loop *loop, bitmap sm_executed) in store_motion_loop() argument
2281 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2286 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2288 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2289 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2300 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion() local
2303 store_motion_loop (loop, sm_executed); in store_motion()
2305 BITMAP_FREE (sm_executed); in store_motion()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-loop-im.c2277 find_refs_for_sm (struct loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2284 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2315 store_motion_loop (struct loop *loop, bitmap sm_executed) in store_motion_loop() argument
2323 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2328 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2330 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2331 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2342 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion() local
2345 store_motion_loop (loop, sm_executed); in store_motion()
2347 BITMAP_FREE (sm_executed); in store_motion()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-loop-im.c2406 find_refs_for_sm (struct loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2413 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2444 store_motion_loop (struct loop *loop, bitmap sm_executed) in store_motion_loop() argument
2452 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2457 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2459 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2460 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2471 bitmap sm_executed = BITMAP_ALLOC (NULL); in store_motion() local
2474 store_motion_loop (loop, sm_executed); in store_motion()
2476 BITMAP_FREE (sm_executed); in store_motion()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-loop-im.c2377 find_refs_for_sm (struct loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2384 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2415 store_motion_loop (struct loop *loop, bitmap sm_executed) in store_motion_loop() argument
2423 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2428 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2430 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2431 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2442 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion() local
2445 store_motion_loop (loop, sm_executed); in store_motion()
2447 BITMAP_FREE (sm_executed); in store_motion()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-loop-im.c2486 find_refs_for_sm (struct loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2493 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2524 store_motion_loop (struct loop *loop, bitmap sm_executed) in store_motion_loop() argument
2532 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2537 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2539 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2540 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2551 bitmap sm_executed = BITMAP_ALLOC (NULL); in store_motion() local
2554 store_motion_loop (loop, sm_executed); in store_motion()
2556 BITMAP_FREE (sm_executed); in store_motion()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-loop-im.c2377 find_refs_for_sm (struct loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2384 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2415 store_motion_loop (struct loop *loop, bitmap sm_executed) in store_motion_loop() argument
2423 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2428 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2430 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2431 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2442 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion() local
2445 store_motion_loop (loop, sm_executed); in store_motion()
2447 BITMAP_FREE (sm_executed); in store_motion()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-loop-im.c2370 find_refs_for_sm (struct loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2377 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2408 store_motion_loop (struct loop *loop, bitmap sm_executed) in store_motion_loop() argument
2416 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2421 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2423 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2424 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2435 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion() local
2438 store_motion_loop (loop, sm_executed); in store_motion()
2440 BITMAP_FREE (sm_executed); in store_motion()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-loop-im.c2392 find_refs_for_sm (class loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2399 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2430 store_motion_loop (class loop *loop, bitmap sm_executed) in store_motion_loop() argument
2438 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2443 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2445 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2446 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2457 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion() local
2460 store_motion_loop (loop, sm_executed); in store_motion()
2462 BITMAP_FREE (sm_executed); in store_motion()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-loop-im.c2392 find_refs_for_sm (class loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2399 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2430 store_motion_loop (class loop *loop, bitmap sm_executed) in store_motion_loop() argument
2438 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2443 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2445 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2446 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2457 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion() local
2460 store_motion_loop (loop, sm_executed); in store_motion()
2462 BITMAP_FREE (sm_executed); in store_motion()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-loop-im.c2392 find_refs_for_sm (class loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2399 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2430 store_motion_loop (class loop *loop, bitmap sm_executed) in store_motion_loop() argument
2438 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2443 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2445 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2446 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2457 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion() local
2460 store_motion_loop (loop, sm_executed); in store_motion()
2462 BITMAP_FREE (sm_executed); in store_motion()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-loop-im.c2888 find_refs_for_sm (class loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2895 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2926 store_motion_loop (class loop *loop, bitmap sm_executed) in store_motion_loop() argument
2934 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2939 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2941 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2942 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2953 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in do_store_motion() local
2956 store_motion_loop (loop, sm_executed); in do_store_motion()
2958 BITMAP_FREE (sm_executed); in do_store_motion()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-im.c2888 find_refs_for_sm (class loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2895 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2926 store_motion_loop (class loop *loop, bitmap sm_executed) in store_motion_loop() argument
2934 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2939 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2941 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2942 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2953 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in do_store_motion() local
2956 store_motion_loop (loop, sm_executed); in do_store_motion()
2958 BITMAP_FREE (sm_executed); in do_store_motion()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-im.c2888 find_refs_for_sm (class loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
2895 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
2926 store_motion_loop (class loop *loop, bitmap sm_executed) in store_motion_loop() argument
2934 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2939 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2941 store_motion_loop (subloop, sm_executed); in store_motion_loop()
2942 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2953 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in do_store_motion() local
2956 store_motion_loop (loop, sm_executed); in do_store_motion()
2958 BITMAP_FREE (sm_executed); in do_store_motion()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-loop-im.c3088 find_refs_for_sm (class loop *loop, bitmap sm_executed, bitmap refs_to_sm) in find_refs_for_sm() argument
3095 EXECUTE_IF_AND_COMPL_IN_BITMAP (refs, sm_executed, 0, i, bi) in find_refs_for_sm()
3126 store_motion_loop (class loop *loop, bitmap sm_executed) in store_motion_loop() argument
3134 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
3139 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
3141 store_motion_loop (subloop, sm_executed); in store_motion_loop()
3142 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
3153 bitmap sm_executed = BITMAP_ALLOC (&lim_bitmap_obstack); in do_store_motion() local
3156 store_motion_loop (loop, sm_executed); in do_store_motion()
3158 BITMAP_FREE (sm_executed); in do_store_motion()