Home
last modified time | relevance | path

Searched refs:jump_bb (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dblaze.c137 bb_t *jump_bb = (bb_t*) R_NEW0 (bb_t); in addBB() local
138 if (!jump_bb) { in addBB()
144 initBB (jump_bb, jump, UT64_MAX, UT64_MAX, UT64_MAX, CALL, 0, 1, 1); in addBB()
146 initBB (jump_bb, jump, UT64_MAX, UT64_MAX, UT64_MAX, JUMP, 0, 1, 0); in addBB()
148 r_list_append (block_list, jump_bb); in addBB()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsel-sched-ir.c5484 if (jump_bb != NULL in find_new_jump()
5485 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5609 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5627 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5628 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5629 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5637 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6362 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6363 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6368 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dsel-sched-ir.c5479 if (jump_bb != NULL in find_new_jump()
5480 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5604 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5622 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5623 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5624 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5632 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6361 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6362 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6367 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dsel-sched-ir.c5476 if (jump_bb != NULL in find_new_jump()
5477 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5601 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5619 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5620 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5621 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5629 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6358 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6359 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6364 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dsel-sched-ir.c5484 if (jump_bb != NULL in find_new_jump()
5485 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5609 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5627 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5628 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5629 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5637 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6362 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6363 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6368 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dsel-sched-ir.c5450 if (jump_bb != NULL in find_new_jump()
5451 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5575 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5593 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5594 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5595 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5603 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6326 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6327 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6332 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dsel-sched-ir.c5471 if (jump_bb != NULL in find_new_jump()
5472 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5596 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5614 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5615 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5616 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5624 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6348 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6349 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6354 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
H A Dhaifa-sched.c8117 basic_block bb, jump_bb, jump_bb_next; in fix_jump_move() local
8120 jump_bb = BLOCK_FOR_INSN (jump); in fix_jump_move()
8121 jump_bb_next = jump_bb->next_bb; in fix_jump_move()
8128 BB_END (jump_bb) = BB_END (jump_bb_next); in fix_jump_move()
8148 basic_block bb, jump_bb, jump_bb_next; in move_block_after_check() local
8152 jump_bb = BLOCK_FOR_INSN (jump); in move_block_after_check()
8153 jump_bb_next = jump_bb->next_bb; in move_block_after_check()
8155 update_bb_for_insn (jump_bb); in move_block_after_check()
8165 move_succs (&(jump_bb->succs), bb); in move_block_after_check()
8166 move_succs (&(jump_bb_next->succs), jump_bb); in move_block_after_check()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dsel-sched-ir.c5484 if (jump_bb != NULL in find_new_jump()
5485 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5609 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5627 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5628 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5629 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5637 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6362 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6363 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6368 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dsel-sched-ir.c5484 if (jump_bb != NULL in find_new_jump()
5485 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5609 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5627 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5628 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5629 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5637 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6362 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6363 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6368 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dsel-sched-ir.c5468 if (jump_bb != NULL in find_new_jump()
5469 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5593 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5611 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5612 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5613 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5621 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6343 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6344 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6349 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
H A Dhaifa-sched.c8176 basic_block bb, jump_bb, jump_bb_next; in fix_jump_move() local
8179 jump_bb = BLOCK_FOR_INSN (jump); in fix_jump_move()
8180 jump_bb_next = jump_bb->next_bb; in fix_jump_move()
8187 BB_END (jump_bb) = BB_END (jump_bb_next); in fix_jump_move()
8207 basic_block bb, jump_bb, jump_bb_next; in move_block_after_check() local
8211 jump_bb = BLOCK_FOR_INSN (jump); in move_block_after_check()
8212 jump_bb_next = jump_bb->next_bb; in move_block_after_check()
8214 update_bb_for_insn (jump_bb); in move_block_after_check()
8224 move_succs (&(jump_bb->succs), bb); in move_block_after_check()
8225 move_succs (&(jump_bb_next->succs), jump_bb); in move_block_after_check()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsel-sched-ir.c5484 if (jump_bb != NULL in find_new_jump()
5485 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5609 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5627 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5628 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5629 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5637 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6362 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6363 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6368 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dsel-sched-ir.c5479 if (jump_bb != NULL in find_new_jump()
5480 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5604 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5622 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5623 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5624 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5632 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6361 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6362 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6367 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dsel-sched-ir.c5477 if (jump_bb != NULL in find_new_jump()
5478 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5602 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5620 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5621 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5622 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5630 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6359 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6360 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6365 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dsel-sched-ir.c5476 if (jump_bb != NULL in find_new_jump()
5477 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5601 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5619 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5620 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5621 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5629 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6358 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6359 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6364 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dsel-sched-ir.c5479 if (jump_bb != NULL in find_new_jump()
5480 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5604 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5622 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5623 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5624 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5632 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6361 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6362 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6367 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dsel-sched-ir.c5477 if (jump_bb != NULL in find_new_jump()
5478 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5602 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5620 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5621 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5622 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5630 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6359 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6360 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6365 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dsel-sched-ir.c5484 if (jump_bb != NULL in find_new_jump()
5485 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5609 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5627 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5628 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5629 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5637 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6362 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6363 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6368 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dsel-sched-ir.c5477 if (jump_bb != NULL
5478 && (jump = check_for_new_jump (jump_bb, prev_max_uid)))
5602 basic_block jump_bb, src, orig_dest = e->dest;
5620 jump_bb = redirect_edge_and_branch_force (e, to);
5621 if (jump_bb != NULL)
5622 sel_add_bb (jump_bb);
5630 jump = find_new_jump (src, jump_bb, prev_max_uid);
6359 if (!onlyjump_p (BB_END (jump_bb))
6360 || tablejump_p (BB_END (jump_bb), NULL, NULL))
6365 if (EDGE_COUNT (jump_bb->succs) != 1
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dsel-sched-ir.c5476 if (jump_bb != NULL in find_new_jump()
5477 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5601 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5619 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5620 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5621 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5629 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6358 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6359 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6364 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dsel-sched-ir.c5460 if (jump_bb != NULL in find_new_jump()
5461 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5586 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5597 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5599 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5600 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5608 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6324 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6325 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6330 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
H A Dhaifa-sched.c8115 basic_block bb, jump_bb, jump_bb_next; in fix_jump_move() local
8118 jump_bb = BLOCK_FOR_INSN (jump); in fix_jump_move()
8119 jump_bb_next = jump_bb->next_bb; in fix_jump_move()
8126 BB_END (jump_bb) = BB_END (jump_bb_next); in fix_jump_move()
8146 basic_block bb, jump_bb, jump_bb_next; in move_block_after_check() local
8150 jump_bb = BLOCK_FOR_INSN (jump); in move_block_after_check()
8151 jump_bb_next = jump_bb->next_bb; in move_block_after_check()
8153 update_bb_for_insn (jump_bb); in move_block_after_check()
8163 move_succs (&(jump_bb->succs), bb); in move_block_after_check()
8164 move_succs (&(jump_bb_next->succs), jump_bb); in move_block_after_check()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dsel-sched-ir.c5474 if (jump_bb != NULL in find_new_jump()
5475 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5599 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5617 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5618 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5619 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5627 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6354 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6355 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6360 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dsel-sched-ir.c5450 if (jump_bb != NULL in find_new_jump()
5451 && (jump = check_for_new_jump (jump_bb, prev_max_uid))) in find_new_jump()
5575 basic_block jump_bb, src, orig_dest = e->dest; in sel_redirect_edge_and_branch_force() local
5593 jump_bb = redirect_edge_and_branch_force (e, to); in sel_redirect_edge_and_branch_force()
5594 if (jump_bb != NULL) in sel_redirect_edge_and_branch_force()
5595 sel_add_bb (jump_bb); in sel_redirect_edge_and_branch_force()
5603 jump = find_new_jump (src, jump_bb, prev_max_uid); in sel_redirect_edge_and_branch_force()
6326 if (!onlyjump_p (BB_END (jump_bb)) in bb_has_removable_jump_to_p()
6327 || tablejump_p (BB_END (jump_bb), NULL, NULL)) in bb_has_removable_jump_to_p()
6332 if (EDGE_COUNT (jump_bb->succs) != 1 in bb_has_removable_jump_to_p()
[all …]

12