/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | reorg.c | 774 if (invert_jump (insn, JUMP_LABEL (insn), 1)) in optimize_skip() 3230 if (invert_jump (jump_insn, label, 1)) in relax_delay_slots() 3270 if (invert_jump (as_a <rtx_jump_insn *> (other), target_label, 0)) in relax_delay_slots() 3510 if (invert_jump (delay_jump_insn, label, 1)) in relax_delay_slots()
|
H A D | bb-reorder.c | 1827 if (!invert_jump (bb_end_jump, JUMP_LABEL (bb_end_jump), 0)) in set_edge_can_fallthru_flag() 1829 invert_jump (bb_end_jump, JUMP_LABEL (bb_end_jump), 0); in set_edge_can_fallthru_flag() 1972 invert_worked = invert_jump (old_jump_insn, in fix_up_fall_thru_edges()
|
H A D | cfgcleanup.c | 166 if (!invert_jump (as_a <rtx_jump_insn *> (cbranch_insn), in try_simplify_condjump() 2897 if (invert_jump (as_a <rtx_jump_insn *> (BB_END (b)), in try_optimize_cfg() 2930 if (!invert_jump (as_a <rtx_jump_insn *> (BB_END (b)), in try_optimize_cfg()
|
H A D | jump.c | 1662 invert_jump (rtx_jump_insn *jump, rtx nlabel, int delete_unused) in invert_jump() function
|
H A D | cfgrtl.c | 3928 && invert_jump (bb_end_jump, in fixup_reorder_chain() 3951 else if (invert_jump (bb_end_jump, in fixup_reorder_chain()
|
H A D | rtl.h | 4016 extern int invert_jump (rtx_jump_insn *, rtx, int);
|
H A D | FSFChangeLog.11 | 6724 (invert_jump): Add REG_BR_PROB when flag_branch_probabililties.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | reorg.cc | 710 if (invert_jump (insn, JUMP_LABEL (insn), 1)) in optimize_skip() 3154 if (invert_jump (jump_insn, label, 1)) in relax_delay_slots() 3194 if (invert_jump (as_a <rtx_jump_insn *> (other), target_label, 0)) in relax_delay_slots() 3427 if (invert_jump (delay_jump_insn, label, 1)) in relax_delay_slots()
|
H A D | bb-reorder.cc | 1827 if (!invert_jump (bb_end_jump, JUMP_LABEL (bb_end_jump), 0)) in set_edge_can_fallthru_flag() 1829 invert_jump (bb_end_jump, JUMP_LABEL (bb_end_jump), 0); in set_edge_can_fallthru_flag() 1972 invert_worked = invert_jump (old_jump_insn, in fix_up_fall_thru_edges()
|
H A D | cfgcleanup.cc | 166 if (!invert_jump (as_a <rtx_jump_insn *> (cbranch_insn), in try_simplify_condjump() 2868 if (invert_jump (as_a <rtx_jump_insn *> (BB_END (b)), in try_optimize_cfg() 2901 if (!invert_jump (as_a <rtx_jump_insn *> (BB_END (b)), in try_optimize_cfg()
|
H A D | jump.cc | 1622 invert_jump (rtx_jump_insn *jump, rtx nlabel, int delete_unused) in invert_jump() function
|
H A D | cfgrtl.cc | 3988 && invert_jump (bb_end_jump, in fixup_reorder_chain() 4011 else if (invert_jump (bb_end_jump, in fixup_reorder_chain()
|
H A D | rtl.h | 4154 extern int invert_jump (rtx_jump_insn *, rtx, int);
|
H A D | ChangeLog-2000 | 7880 calling invert_jump. 17760 (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update 17763 * unroll.c (copy_loop_body): Use invert_jump and redirect_jump. 18007 to reflect new prototypes for redirect_jump and invert_jump. 18302 (invert_jump): Likewise. 20720 * jump.c (invert_jump): Always invert REG_BR_PROB. Do it correctly.
|
H A D | ChangeLog-2001 | 10014 * cfgcleanup.c (try_simplify_condjump): Cleanup invert_jump call. 20893 (invert_jump): Use invert_br_probabilities.
|
H A D | FSFChangeLog.11 | 6724 (invert_jump): Add REG_BR_PROB when flag_branch_probabililties.
|
H A D | ChangeLog-2005 | 7658 * reorg.c (relax_delay_slots): Only call invert_jump if any_condjump_p 30290 (invert_jump): Use invert_jump_1 and redirect_jump_2.
|
H A D | ChangeLog-2015 | 31724 invert_jump (now exprects rtx_jump_insn). 31742 * config/sh/sh.c (gen_far_branch): Likewise. Fix call of invert_jump.
|
H A D | ChangeLog-2014 | 19941 (invert_jump): Likewise. 19964 (invert_jump): Likewise.
|
H A D | ChangeLog-2009 | 13463 * bb-reorder.c (fix_up_fall_thru_edges): Only call invert_jump
|
H A D | ChangeLog-2003 | 22053 (invert_jump): Delete REG_EQUAL note on jump, if one exists.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
H A D | sh.cc | 5670 bool ok = invert_jump (as_a <rtx_jump_insn *> (insn), label, 1); in gen_far_branch()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
H A D | sh.c | 5670 bool ok = invert_jump (as_a <rtx_jump_insn *> (insn), label, 1); in gen_far_branch()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips.cc | 19533 invert_jump (jump_insn, new_label, false); in mips16_split_long_branches()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips.c | 19359 invert_jump (jump_insn, new_label, false); in mips16_split_long_branches()
|