| /openbsd/src/gnu/gcc/gcc/ |
| D | cfganal.c | 266 if (!invert_jump (BB_END (bb), JUMP_LABEL (BB_END (bb)), 0)) in set_edge_can_fallthru_flag() 268 invert_jump (BB_END (bb), JUMP_LABEL (BB_END (bb)), 0); in set_edge_can_fallthru_flag()
|
| D | cfglayout.c | 696 && invert_jump (bb_end_insn, in fixup_reorder_chain() 720 else if (invert_jump (bb_end_insn, in fixup_reorder_chain()
|
| D | reorg.c | 800 if (invert_jump (insn, JUMP_LABEL (insn), 1)) in optimize_skip() 3101 if (invert_jump (insn, label, 1)) in relax_delay_slots() 3137 if (invert_jump (other, target_label, 0)) in relax_delay_slots() 3361 if (invert_jump (delay_insn, label, 1)) in relax_delay_slots()
|
| D | jump.c | 1776 invert_jump (rtx jump, rtx nlabel, int delete_unused) in invert_jump() function
|
| D | bb-reorder.c | 1411 invert_worked = invert_jump (old_jump, in fix_up_fall_thru_edges()
|
| D | cfgcleanup.c | 158 if (!invert_jump (cbranch_insn, block_label (jump_dest_block), 0)) in try_simplify_condjump()
|
| D | rtl.h | 2020 extern int invert_jump (rtx, rtx, int);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | cfglayout.c | 506 && invert_jump (bb_end_insn, in fixup_reorder_chain() 518 else if (invert_jump (bb_end_insn, in fixup_reorder_chain()
|
| D | cfganal.c | 241 if (!invert_jump (bb->end, JUMP_LABEL (bb->end), 0)) in set_edge_can_fallthru_flag() 243 invert_jump (bb->end, JUMP_LABEL (bb->end), 0); in set_edge_can_fallthru_flag()
|
| D | reorg.c | 778 if (invert_jump (insn, JUMP_LABEL (insn), 1)) 3179 if (invert_jump (insn, label, 1)) 3215 if (invert_jump (other, target_label, 0)) 3443 if (invert_jump (delay_insn, label, 1))
|
| D | cfgcleanup.c | 164 if (!invert_jump (cbranch_insn, block_label (jump_dest_block), 0))
|
| D | jump.c | 2215 invert_jump (jump, nlabel, delete_unused) in invert_jump() function
|
| D | rtl.h | 1966 extern int invert_jump PARAMS ((rtx, rtx, int));
|
| D | unroll.c | 2129 if (!invert_jump (copy, exit_label, 0))
|
| D | ChangeLog.3 | 2494 (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update 2497 * unroll.c (copy_loop_body): Use invert_jump and redirect_jump. 2741 to reflect new prototypes for redirect_jump and invert_jump. 3036 (invert_jump): Likewise. 5454 * jump.c (invert_jump): Always invert REG_BR_PROB. Do it correctly.
|
| D | loop.c | 2900 if (invert_jump (p, new_label, 1))
|
| D | ChangeLog.5 | 1686 (invert_jump): Use invert_br_probabilities.
|
| D | ChangeLog.4 | 7874 calling invert_jump.
|
| D | FSFChangeLog.11 | 6724 (invert_jump): Add REG_BR_PROB when flag_branch_probabililties.
|
| D | ChangeLog.6 | 10014 * cfgcleanup.c (try_simplify_condjump): Cleanup invert_jump call.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/ |
| D | sh.c | 3304 if (! invert_jump (insn, label, 1))
|
| D | sh.md | 5136 ;; These are only needed to make invert_jump() happy.
|
| /openbsd/src/gnu/gcc/gcc/config/sh/ |
| D | sh.c | 4185 ok = invert_jump (insn, label, 1); in gen_far_branch()
|
| D | sh.md | 6776 ;; These are only needed to make invert_jump() happy - otherwise, jump
|