Home
last modified time | relevance | path

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

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dira-emit.c179 static move_t *at_bb_start, *at_bb_end; variable
721 at_bb_end[bb->index] = list; in unify_moves()
1022 if (at_bb_end[bb->index] != NULL) in emit_moves()
1024 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1025 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1230 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1264 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1265 memset (at_bb_end, 0, sz); in ira_emit()
1279 at_bb_end[bb->index] = NULL; in ira_emit()
1302 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dira-emit.c179 static move_t *at_bb_start, *at_bb_end; variable
721 at_bb_end[bb->index] = list; in unify_moves()
1022 if (at_bb_end[bb->index] != NULL) in emit_moves()
1024 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1025 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1230 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1264 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1265 memset (at_bb_end, 0, sz); in ira_emit()
1279 at_bb_end[bb->index] = NULL; in ira_emit()
1302 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dira-emit.c180 static move_t *at_bb_start, *at_bb_end; variable
709 at_bb_end[bb->index] = list; in unify_moves()
1009 if (at_bb_end[bb->index] != NULL) in emit_moves()
1011 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1012 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1217 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1251 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1252 memset (at_bb_end, 0, sz); in ira_emit()
1266 at_bb_end[bb->index] = NULL; in ira_emit()
1289 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dira-emit.c179 static move_t *at_bb_start, *at_bb_end; variable
721 at_bb_end[bb->index] = list; in unify_moves()
1029 if (at_bb_end[bb->index] != NULL) in emit_moves()
1031 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1032 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1237 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1271 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1272 memset (at_bb_end, 0, sz); in ira_emit()
1286 at_bb_end[bb->index] = NULL; in ira_emit()
1309 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dira-emit.c179 static move_t *at_bb_start, *at_bb_end; variable
721 at_bb_end[bb->index] = list; in unify_moves()
1022 if (at_bb_end[bb->index] != NULL) in emit_moves()
1024 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1025 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1230 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1264 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1265 memset (at_bb_end, 0, sz); in ira_emit()
1279 at_bb_end[bb->index] = NULL; in ira_emit()
1302 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dira-emit.c178 static move_t *at_bb_start, *at_bb_end; variable
720 at_bb_end[bb->index] = list; in unify_moves()
1021 if (at_bb_end[bb->index] != NULL) in emit_moves()
1023 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1024 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1229 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1263 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1264 memset (at_bb_end, 0, sz); in ira_emit()
1278 at_bb_end[bb->index] = NULL; in ira_emit()
1301 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dira-emit.c179 static move_t *at_bb_start, *at_bb_end; variable
721 at_bb_end[bb->index] = list; in unify_moves()
1029 if (at_bb_end[bb->index] != NULL) in emit_moves()
1031 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1032 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1237 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1271 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1272 memset (at_bb_end, 0, sz); in ira_emit()
1286 at_bb_end[bb->index] = NULL; in ira_emit()
1309 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dira-emit.c180 static move_t *at_bb_start, *at_bb_end; variable
709 at_bb_end[bb->index] = list; in unify_moves()
1009 if (at_bb_end[bb->index] != NULL) in emit_moves()
1011 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1012 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1217 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1249 at_bb_end = (move_t *) ira_allocate (sizeof (move_t) * last_basic_block); in ira_emit()
1250 memset (at_bb_end, 0, sizeof (move_t) * last_basic_block); in ira_emit()
1264 at_bb_end[bb->index] = NULL; in ira_emit()
1287 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dira-emit.c179 static move_t *at_bb_start, *at_bb_end; variable
721 at_bb_end[bb->index] = list; in unify_moves()
1029 if (at_bb_end[bb->index] != NULL) in emit_moves()
1031 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1032 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1237 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1271 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1272 memset (at_bb_end, 0, sz); in ira_emit()
1286 at_bb_end[bb->index] = NULL; in ira_emit()
1309 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dira-emit.c179 static move_t *at_bb_start, *at_bb_end; variable
721 at_bb_end[bb->index] = list; in unify_moves()
1022 if (at_bb_end[bb->index] != NULL) in emit_moves()
1024 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1025 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1230 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1264 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1265 memset (at_bb_end, 0, sz); in ira_emit()
1279 at_bb_end[bb->index] = NULL; in ira_emit()
1302 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dira-emit.c179 static move_t *at_bb_start, *at_bb_end; variable
721 at_bb_end[bb->index] = list; in unify_moves()
1029 if (at_bb_end[bb->index] != NULL) in emit_moves()
1031 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1032 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1237 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1271 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1272 memset (at_bb_end, 0, sz); in ira_emit()
1286 at_bb_end[bb->index] = NULL; in ira_emit()
1309 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dira-emit.c179 static move_t *at_bb_start, *at_bb_end; variable
721 at_bb_end[bb->index] = list; in unify_moves()
1022 if (at_bb_end[bb->index] != NULL) in emit_moves()
1024 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1025 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1230 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1264 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1265 memset (at_bb_end, 0, sz); in ira_emit()
1279 at_bb_end[bb->index] = NULL; in ira_emit()
1302 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dira-emit.c179 static move_t *at_bb_start, *at_bb_end; variable
721 at_bb_end[bb->index] = list; in unify_moves()
1022 if (at_bb_end[bb->index] != NULL) in emit_moves()
1024 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1025 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1230 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1264 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1265 memset (at_bb_end, 0, sz); in ira_emit()
1279 at_bb_end[bb->index] = NULL; in ira_emit()
1302 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dira-emit.c179 static move_t *at_bb_start, *at_bb_end; variable
721 at_bb_end[bb->index] = list; in unify_moves()
1022 if (at_bb_end[bb->index] != NULL) in emit_moves()
1024 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1025 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1230 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1264 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1265 memset (at_bb_end, 0, sz); in ira_emit()
1279 at_bb_end[bb->index] = NULL; in ira_emit()
1302 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dira-emit.c179 static move_t *at_bb_start, *at_bb_end; variable
721 at_bb_end[bb->index] = list; in unify_moves()
1029 if (at_bb_end[bb->index] != NULL) in emit_moves()
1031 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1032 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1237 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1271 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1272 memset (at_bb_end, 0, sz); in ira_emit()
1286 at_bb_end[bb->index] = NULL; in ira_emit()
1309 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dira-emit.c179 static move_t *at_bb_start, *at_bb_end; variable
721 at_bb_end[bb->index] = list; in unify_moves()
1029 if (at_bb_end[bb->index] != NULL) in emit_moves()
1031 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1032 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1237 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1271 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1272 memset (at_bb_end, 0, sz); in ira_emit()
1286 at_bb_end[bb->index] = NULL; in ira_emit()
1309 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dira-emit.c179 static move_t *at_bb_start, *at_bb_end; variable
721 at_bb_end[bb->index] = list; in unify_moves()
1022 if (at_bb_end[bb->index] != NULL) in emit_moves()
1024 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1025 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1230 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1264 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1265 memset (at_bb_end, 0, sz); in ira_emit()
1279 at_bb_end[bb->index] = NULL; in ira_emit()
1302 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dira-emit.c179 static move_t *at_bb_start, *at_bb_end; variable
721 at_bb_end[bb->index] = list; in unify_moves()
1022 if (at_bb_end[bb->index] != NULL) in emit_moves()
1024 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1025 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1230 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1264 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1265 memset (at_bb_end, 0, sz); in ira_emit()
1279 at_bb_end[bb->index] = NULL; in ira_emit()
1302 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dira-emit.c180 static move_t *at_bb_start, *at_bb_end; variable
709 at_bb_end[bb->index] = list; in unify_moves()
1009 if (at_bb_end[bb->index] != NULL) in emit_moves()
1011 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1012 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1217 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1249 at_bb_end = (move_t *) ira_allocate (sizeof (move_t) * last_basic_block); in ira_emit()
1250 memset (at_bb_end, 0, sizeof (move_t) * last_basic_block); in ira_emit()
1264 at_bb_end[bb->index] = NULL; in ira_emit()
1287 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dira-emit.c179 static move_t *at_bb_start, *at_bb_end; variable
721 at_bb_end[bb->index] = list; in unify_moves()
1029 if (at_bb_end[bb->index] != NULL) in emit_moves()
1031 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1032 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1237 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1271 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1272 memset (at_bb_end, 0, sz); in ira_emit()
1286 at_bb_end[bb->index] = NULL; in ira_emit()
1309 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dira-emit.c178 static move_t *at_bb_start, *at_bb_end; variable
720 at_bb_end[bb->index] = list; in unify_moves()
1021 if (at_bb_end[bb->index] != NULL) in emit_moves()
1023 at_bb_end[bb->index] = modify_move_list (at_bb_end[bb->index]); in emit_moves()
1024 insns = emit_move_list (at_bb_end[bb->index], REG_FREQ_FROM_BB (bb)); in emit_moves()
1229 (at_bb_end[bb->index], node, live_through, REG_FREQ_FROM_BB (bb)); in add_ranges_and_copies()
1263 at_bb_end = (move_t *) ira_allocate (sz); in ira_emit()
1264 memset (at_bb_end, 0, sz); in ira_emit()
1278 at_bb_end[bb->index] = NULL; in ira_emit()
1301 free_move_list (at_bb_end[bb->index]); in ira_emit()
[all …]