Home
last modified time | relevance | path

Searched refs:domby (Results 1 – 25 of 63) sorted by relevance

123

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-dom.c832 bitmap domby = NULL; in back_propagate_equivalences() local
863 if (!domby) in back_propagate_equivalences()
865 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
869 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
875 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
887 if (domby) in back_propagate_equivalences()
888 BITMAP_FREE (domby); in back_propagate_equivalences()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-dom.c832 bitmap domby = NULL; in back_propagate_equivalences() local
863 if (!domby) in back_propagate_equivalences()
865 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
869 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
875 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
887 if (domby) in back_propagate_equivalences()
888 BITMAP_FREE (domby); in back_propagate_equivalences()
H A Dgcse.c3050 vec<basic_block> domby; in hoist_code() local
3111 domby = get_dominated_to_depth (CDI_DOMINATORS, bb, MAX_HOIST_DEPTH); in hoist_code()
3113 if (domby.length () == 0) in hoist_code()
3158 FOR_EACH_VEC_ELT (domby, j, dominated) in hoist_code()
3312 domby.release (); in hoist_code()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-dom.c956 bitmap domby = NULL; in back_propagate_equivalences() local
987 if (!domby) in back_propagate_equivalences()
989 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
993 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
999 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
1011 if (domby) in back_propagate_equivalences()
1012 BITMAP_FREE (domby); in back_propagate_equivalences()
H A Dgcse.c3074 vec<basic_block> domby; in hoist_code() local
3135 domby = get_dominated_to_depth (CDI_DOMINATORS, bb, in hoist_code()
3138 if (domby.length () == 0) in hoist_code()
3183 FOR_EACH_VEC_ELT (domby, j, dominated) in hoist_code()
3337 domby.release (); in hoist_code()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-dom.c990 bitmap domby = NULL; in back_propagate_equivalences() local
1021 if (!domby) in back_propagate_equivalences()
1023 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
1027 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
1033 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
1045 if (domby) in back_propagate_equivalences()
1046 BITMAP_FREE (domby); in back_propagate_equivalences()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-dom.c1000 bitmap domby = NULL; in back_propagate_equivalences() local
1031 if (!domby) in back_propagate_equivalences()
1033 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
1037 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
1043 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
1055 if (domby) in back_propagate_equivalences()
1056 BITMAP_FREE (domby); in back_propagate_equivalences()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-dom.c990 bitmap domby = NULL; in back_propagate_equivalences() local
1021 if (!domby) in back_propagate_equivalences()
1023 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
1027 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
1033 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
1045 if (domby) in back_propagate_equivalences()
1046 BITMAP_FREE (domby); in back_propagate_equivalences()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-dom.c956 bitmap domby = NULL; in back_propagate_equivalences() local
987 if (!domby) in back_propagate_equivalences()
989 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
993 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
999 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
1011 if (domby) in back_propagate_equivalences()
1012 BITMAP_FREE (domby); in back_propagate_equivalences()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-dom.c990 bitmap domby = NULL; in back_propagate_equivalences() local
1021 if (!domby) in back_propagate_equivalences()
1023 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
1027 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
1033 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
1045 if (domby) in back_propagate_equivalences()
1046 BITMAP_FREE (domby); in back_propagate_equivalences()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-dom.c995 bitmap domby = NULL; in back_propagate_equivalences() local
1026 if (!domby) in back_propagate_equivalences()
1028 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
1032 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
1038 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
1050 if (domby) in back_propagate_equivalences()
1051 BITMAP_FREE (domby); in back_propagate_equivalences()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-dom.c990 bitmap domby = NULL; in back_propagate_equivalences() local
1021 if (!domby) in back_propagate_equivalences()
1023 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
1027 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
1033 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
1045 if (domby) in back_propagate_equivalences()
1046 BITMAP_FREE (domby); in back_propagate_equivalences()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-dom.c990 bitmap domby = NULL; in back_propagate_equivalences() local
1021 if (!domby) in back_propagate_equivalences()
1023 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
1027 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
1033 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
1045 if (domby) in back_propagate_equivalences()
1046 BITMAP_FREE (domby); in back_propagate_equivalences()
H A Dgcse.c3069 vec<basic_block> domby; in hoist_code() local
3130 domby = get_dominated_to_depth (CDI_DOMINATORS, bb, MAX_HOIST_DEPTH); in hoist_code()
3132 if (domby.length () == 0) in hoist_code()
3177 FOR_EACH_VEC_ELT (domby, j, dominated) in hoist_code()
3331 domby.release (); in hoist_code()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-dom.c956 bitmap domby = NULL; in back_propagate_equivalences() local
987 if (!domby) in back_propagate_equivalences()
989 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
993 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
999 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
1011 if (domby) in back_propagate_equivalences()
1012 BITMAP_FREE (domby); in back_propagate_equivalences()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-dom.c972 bitmap domby = NULL; in back_propagate_equivalences() local
1003 if (!domby) in back_propagate_equivalences()
1005 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
1009 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
1015 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
1027 if (domby) in back_propagate_equivalences()
1028 BITMAP_FREE (domby); in back_propagate_equivalences()
H A Dgcse.c3068 vec<basic_block> domby; in hoist_code() local
3129 domby = get_dominated_to_depth (CDI_DOMINATORS, bb, MAX_HOIST_DEPTH); in hoist_code()
3131 if (domby.length () == 0) in hoist_code()
3176 FOR_EACH_VEC_ELT (domby, j, dominated) in hoist_code()
3330 domby.release (); in hoist_code()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-dom.c1000 bitmap domby = NULL; in back_propagate_equivalences() local
1031 if (!domby) in back_propagate_equivalences()
1033 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
1037 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
1043 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
1055 if (domby) in back_propagate_equivalences()
1056 BITMAP_FREE (domby); in back_propagate_equivalences()
H A Dgcse.c3074 vec<basic_block> domby; in hoist_code() local
3135 domby = get_dominated_to_depth (CDI_DOMINATORS, bb, in hoist_code()
3138 if (domby.length () == 0) in hoist_code()
3183 FOR_EACH_VEC_ELT (domby, j, dominated) in hoist_code()
3337 domby.release (); in hoist_code()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-dom.c1001 bitmap domby = NULL; in back_propagate_equivalences() local
1032 if (!domby) in back_propagate_equivalences()
1034 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
1038 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
1044 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
1056 if (domby) in back_propagate_equivalences()
1057 BITMAP_FREE (domby); in back_propagate_equivalences()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-dom.c995 bitmap domby = NULL; in back_propagate_equivalences() local
1026 if (!domby) in back_propagate_equivalences()
1028 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
1032 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
1038 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
1050 if (domby) in back_propagate_equivalences()
1051 BITMAP_FREE (domby); in back_propagate_equivalences()
H A Dgcse.c3069 vec<basic_block> domby; in hoist_code() local
3130 domby = get_dominated_to_depth (CDI_DOMINATORS, bb, MAX_HOIST_DEPTH); in hoist_code()
3132 if (domby.length () == 0) in hoist_code()
3177 FOR_EACH_VEC_ELT (domby, j, dominated) in hoist_code()
3331 domby.release (); in hoist_code()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-dom.c995 bitmap domby = NULL; in back_propagate_equivalences() local
1026 if (!domby) in back_propagate_equivalences()
1028 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
1032 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
1038 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
1050 if (domby) in back_propagate_equivalences()
1051 BITMAP_FREE (domby); in back_propagate_equivalences()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-dom.c1032 bitmap domby = NULL; in back_propagate_equivalences() local
1063 if (!domby) in back_propagate_equivalences()
1065 domby = BITMAP_ALLOC (NULL); in back_propagate_equivalences()
1069 bitmap_set_bit (domby, bb->index); in back_propagate_equivalences()
1075 if (!bitmap_bit_p (domby, gimple_bb (use_stmt)->index)) in back_propagate_equivalences()
1087 if (domby) in back_propagate_equivalences()
1088 BITMAP_FREE (domby); in back_propagate_equivalences()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgcse.c3122 vec<basic_block> domby; in hoist_code() local
3183 domby = get_dominated_to_depth (CDI_DOMINATORS, bb, MAX_HOIST_DEPTH); in hoist_code()
3185 if (domby.length () == 0) in hoist_code()
3230 FOR_EACH_VEC_ELT (domby, j, dominated) in hoist_code()
3385 domby.release (); in hoist_code()

123