Home
last modified time | relevance | path

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

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtrans-mem.c3495 #define STORE_ANTIC_OUT(BB) \ macro
3671 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3680 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3809 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3851 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3933 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtrans-mem.c3495 #define STORE_ANTIC_OUT(BB) \ macro
3671 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3680 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3809 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3851 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3933 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtrans-mem.c3506 #define STORE_ANTIC_OUT(BB) \ macro
3682 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3691 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3820 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3862 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3944 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtrans-mem.c3491 #define STORE_ANTIC_OUT(BB) \ macro
3667 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3676 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3805 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3847 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3929 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c3506 #define STORE_ANTIC_OUT(BB) \ macro
3682 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3691 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3820 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3862 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3944 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtrans-mem.c3495 #define STORE_ANTIC_OUT(BB) \ macro
3671 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3680 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3809 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3851 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3933 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c3506 #define STORE_ANTIC_OUT(BB) \ macro
3682 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3691 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3820 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3862 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3944 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtrans-mem.c3493 #define STORE_ANTIC_OUT(BB) \ macro
3669 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3678 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3807 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3849 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3931 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtrans-mem.c3370 #define STORE_ANTIC_OUT(BB) \ macro
3546 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3555 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3684 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3726 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3808 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c3506 #define STORE_ANTIC_OUT(BB) \ macro
3682 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3691 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3820 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3862 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3944 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c3506 #define STORE_ANTIC_OUT(BB) \ macro
3682 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3691 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3820 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3862 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3944 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtrans-mem.c3189 #define STORE_ANTIC_OUT(BB) \ macro
3388 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3397 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3525 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3567 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3649 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtrans-mem.c3495 #define STORE_ANTIC_OUT(BB) \ macro
3671 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3680 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3809 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3851 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3933 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtrans-mem.c3491 #define STORE_ANTIC_OUT(BB) \ macro
3667 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3676 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3805 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3847 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3929 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtrans-mem.c3506 #define STORE_ANTIC_OUT(BB) \ macro
3682 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3691 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3820 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3862 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3944 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtrans-mem.c3491 #define STORE_ANTIC_OUT(BB) \
3667 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest));
3676 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest));
3805 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb));
3847 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb))
3929 bitmap store_antic = STORE_ANTIC_OUT (bb);
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtrans-mem.c3493 #define STORE_ANTIC_OUT(BB) \ macro
3669 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3678 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3807 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3849 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3931 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtrans-mem.c3493 #define STORE_ANTIC_OUT(BB) \ macro
3669 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3678 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3807 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3849 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3931 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtrans-mem.c3189 #define STORE_ANTIC_OUT(BB) \ macro
3388 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3397 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3525 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3567 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3649 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtrans-mem.c3514 #define STORE_ANTIC_OUT(BB) \ macro
3690 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3699 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3828 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3870 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3952 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtrans-mem.c3514 #define STORE_ANTIC_OUT(BB) \ macro
3690 bitmap_copy (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3699 bitmap_and_into (STORE_ANTIC_IN (bb), STORE_ANTIC_OUT (e->dest)); in tm_memopt_compute_antin()
3828 bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_LOCAL (bb)); in tm_memopt_compute_antic()
3870 if (bitmap_ior_into (STORE_ANTIC_OUT (bb), STORE_ANTIC_IN (bb)) in tm_memopt_compute_antic()
3952 bitmap store_antic = STORE_ANTIC_OUT (bb); in tm_memopt_transform_blocks()