Home
last modified time | relevance | path

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

12

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-into-ssa.c105 static bitmap blocks_with_phis_to_rewrite; variable
932 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
935 bitmap_set_bit (blocks_with_phis_to_rewrite, idx); in mark_phi_for_rewrite()
1983 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2808 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2809 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2816 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3218 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-into-ssa.c109 static bitmap blocks_with_phis_to_rewrite; variable
922 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
925 bitmap_set_bit (blocks_with_phis_to_rewrite, idx); in mark_phi_for_rewrite()
1991 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2833 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2834 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2841 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3162 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-into-ssa.c124 static bitmap blocks_with_phis_to_rewrite; variable
962 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
965 bitmap_set_bit (blocks_with_phis_to_rewrite, idx); in mark_phi_for_rewrite()
1996 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2816 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2817 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2824 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3186 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-into-ssa.c105 static bitmap blocks_with_phis_to_rewrite; variable
932 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
935 bitmap_set_bit (blocks_with_phis_to_rewrite, idx); in mark_phi_for_rewrite()
1983 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2808 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2809 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2816 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3218 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
H A DChangeLog-20061256 Free blocks_with_phis_to_rewrite.
13490 * tree-into-ssa.c (phis_to_rewrite, blocks_with_phis_to_rewrite): New
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-into-ssa.c109 static bitmap blocks_with_phis_to_rewrite; variable
922 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
925 bitmap_set_bit (blocks_with_phis_to_rewrite, idx); in mark_phi_for_rewrite()
1991 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2833 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2834 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2841 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3162 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-into-ssa.c110 static bitmap blocks_with_phis_to_rewrite; variable
941 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
944 if (bitmap_set_bit (blocks_with_phis_to_rewrite, idx)) in mark_phi_for_rewrite()
2073 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2966 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2967 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2970 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3372 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-into-ssa.c110 static bitmap blocks_with_phis_to_rewrite; variable
941 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
944 if (bitmap_set_bit (blocks_with_phis_to_rewrite, idx)) in mark_phi_for_rewrite()
2083 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2981 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2982 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2985 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3387 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
H A DChangeLog-20061256 Free blocks_with_phis_to_rewrite.
13490 * tree-into-ssa.c (phis_to_rewrite, blocks_with_phis_to_rewrite): New
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-into-ssa.c109 static bitmap blocks_with_phis_to_rewrite; variable
940 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
943 bitmap_set_bit (blocks_with_phis_to_rewrite, idx); in mark_phi_for_rewrite()
2082 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2918 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2919 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2926 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3328 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-into-ssa.c109 static bitmap blocks_with_phis_to_rewrite; variable
940 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
943 if (bitmap_set_bit (blocks_with_phis_to_rewrite, idx)) in mark_phi_for_rewrite()
2078 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2977 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2978 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2981 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3383 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-into-ssa.c109 static bitmap blocks_with_phis_to_rewrite; variable
940 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
943 bitmap_set_bit (blocks_with_phis_to_rewrite, idx); in mark_phi_for_rewrite()
2082 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2918 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2919 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2926 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3328 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-into-ssa.c110 static bitmap blocks_with_phis_to_rewrite; variable
941 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
944 if (bitmap_set_bit (blocks_with_phis_to_rewrite, idx)) in mark_phi_for_rewrite()
2083 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2981 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2982 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2985 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3387 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-into-ssa.c109 static bitmap blocks_with_phis_to_rewrite; variable
940 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
943 bitmap_set_bit (blocks_with_phis_to_rewrite, idx); in mark_phi_for_rewrite()
2082 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2918 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2919 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2926 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3328 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
H A DChangeLog-20061256 Free blocks_with_phis_to_rewrite.
13490 * tree-into-ssa.c (phis_to_rewrite, blocks_with_phis_to_rewrite): New
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-into-ssa.c109 static bitmap blocks_with_phis_to_rewrite; variable
940 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
943 bitmap_set_bit (blocks_with_phis_to_rewrite, idx); in mark_phi_for_rewrite()
2074 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2932 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2933 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2940 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3342 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-into-ssa.c109 static bitmap blocks_with_phis_to_rewrite; variable
940 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
943 bitmap_set_bit (blocks_with_phis_to_rewrite, idx); in mark_phi_for_rewrite()
2082 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2918 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2919 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2926 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3328 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-into-ssa.c109 static bitmap blocks_with_phis_to_rewrite; variable
940 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
943 bitmap_set_bit (blocks_with_phis_to_rewrite, idx); in mark_phi_for_rewrite()
2082 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2918 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2919 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2926 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3328 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
H A DChangeLog-20061256 Free blocks_with_phis_to_rewrite.
13490 * tree-into-ssa.c (phis_to_rewrite, blocks_with_phis_to_rewrite): New
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-into-ssa.c110 static bitmap blocks_with_phis_to_rewrite; variable
941 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
944 if (bitmap_set_bit (blocks_with_phis_to_rewrite, idx)) in mark_phi_for_rewrite()
2083 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2981 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2982 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2985 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3387 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-into-ssa.c109 static bitmap blocks_with_phis_to_rewrite; variable
940 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
943 if (bitmap_set_bit (blocks_with_phis_to_rewrite, idx)) in mark_phi_for_rewrite()
2078 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2977 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2978 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2981 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3383 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-into-ssa.c109 static bitmap blocks_with_phis_to_rewrite; variable
940 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
943 bitmap_set_bit (blocks_with_phis_to_rewrite, idx); in mark_phi_for_rewrite()
2082 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2918 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2919 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2926 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3328 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-into-ssa.c109 static bitmap blocks_with_phis_to_rewrite; variable
940 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
943 if (bitmap_set_bit (blocks_with_phis_to_rewrite, idx)) in mark_phi_for_rewrite()
2078 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2977 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2978 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2981 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3383 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-into-ssa.c109 static bitmap blocks_with_phis_to_rewrite; variable
940 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
943 bitmap_set_bit (blocks_with_phis_to_rewrite, idx); in mark_phi_for_rewrite()
2074 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2932 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2933 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2940 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3342 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-into-ssa.c109 static bitmap blocks_with_phis_to_rewrite; variable
940 if (!blocks_with_phis_to_rewrite) in mark_phi_for_rewrite()
943 bitmap_set_bit (blocks_with_phis_to_rewrite, idx); in mark_phi_for_rewrite()
2074 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index)) in rewrite_update_phi_arguments()
2932 if (blocks_with_phis_to_rewrite) in delete_update_ssa()
2933 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi) in delete_update_ssa()
2940 BITMAP_FREE (blocks_with_phis_to_rewrite); in delete_update_ssa()
3342 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL); in update_ssa()

12