Searched refs:jump_insn (Results 1 – 13 of 13) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | loop-doloop.c | 296 rtx jump_insn; in doloop_modify() local 303 jump_insn = BB_END (loop_end); in doloop_modify() 317 delete_insn (jump_insn); in doloop_modify() 454 jump_insn = BB_END (loop_end); in doloop_modify() 456 JUMP_LABEL (jump_insn) = jump_label; in doloop_modify() 468 REG_NOTES (jump_insn) in doloop_modify() 469 = gen_rtx_EXPR_LIST (REG_NONNEG, NULL_RTX, REG_NOTES (jump_insn)); in doloop_modify()
|
| D | reorg.c | 963 mostly_true_jump (rtx jump_insn, rtx condition) in mostly_true_jump() argument 965 rtx target_label = JUMP_LABEL (jump_insn); in mostly_true_jump() 971 note = find_reg_note (jump_insn, REG_BR_PROB, 0); in mostly_true_jump() 989 rare_fallthrough = rare_destination (NEXT_INSN (jump_insn)); in mostly_true_jump() 1013 return (target_label == 0 || INSN_UID (jump_insn) > max_uid in mostly_true_jump() 1015 || (uid_to_ruid[INSN_UID (jump_insn)] in mostly_true_jump() 3408 rtx insn, jump_insn, pat; in make_return_insns() local 3453 jump_insn = XVECEXP (pat, 0, 0); in make_return_insns() 3457 if (! reorg_redirect_jump (jump_insn, NULL_RTX)) in make_return_insns() 3461 if (redirect_with_delay_slots_safe_p (jump_insn, in make_return_insns() [all …]
|
| D | resource.c | 438 rtx jump_insn = 0; in find_dead_or_set_registers() local 508 if (jump_insn == 0) in find_dead_or_set_registers() 510 jump_insn = insn; in find_dead_or_set_registers() 593 jump_insn = 0; in find_dead_or_set_registers() 606 return jump_insn; in find_dead_or_set_registers() 892 rtx jump_insn = 0; in mark_target_live_regs() local 1117 jump_insn = find_dead_or_set_registers (target, res, &jump_target, 0, in mark_target_live_regs() 1125 if (jump_insn) in mark_target_live_regs() 1128 rtx stop_insn = next_active_insn (jump_insn); in mark_target_live_regs()
|
| D | bb-reorder.c | 1687 rtx jump_insn = NULL_RTX; in fix_crossing_unconditional_branches() local 1745 jump_insn = cur_insn; in fix_crossing_unconditional_branches() 1757 BB_END (cur_bb) = jump_insn; in fix_crossing_unconditional_branches()
|
| D | rtlanal.c | 3205 label_is_jump_target_p (rtx label, rtx jump_insn) in label_is_jump_target_p() argument 3207 rtx tmp = JUMP_LABEL (jump_insn); in label_is_jump_target_p() 3212 if (tablejump_p (jump_insn, NULL, &tmp)) in label_is_jump_target_p()
|
| D | function.c | 4794 rtx jump_insn, jump_set; in keep_stack_depressed() local 4871 jump_insn = emit_jump_insn (gen_indirect_jump (retaddr)); in keep_stack_depressed() 4874 jump_set = single_set (jump_insn); in keep_stack_depressed()
|
| D | rtl.def | 125 DEF_RTL_EXPR(JUMP_INSN, "jump_insn", "iuuBieiee0", RTX_INSN)
|
| D | ChangeLog-2000 | 5513 * gcse.c (cprop_insn): do not propagate constants into jump_insn 25986 end of basic block is jump_insn, not barrier; use create_basic_block
|
| D | ChangeLog-2004 | 31220 (eh_return): Use jump_insn. 31919 (eh_return): Use jump_insn.
|
| D | ChangeLog-2001 | 24682 * rtl.texi (jump_insn): Expand on JUMP_LABEL documentation.
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | rtl.texi | 571 @cindex @code{jump_insn} and @samp{/u} 574 @cindex @code{unchanging}, in @code{jump_insn}, @code{call_insn} and @code{insn} 576 In a @code{jump_insn}, @code{call_insn}, or @code{insn} indicates 584 @cindex @code{jump_insn} and @samp{/v} 588 @cindex @code{volatil}, in @code{insn}, @code{call_insn}, @code{jump_insn}, @code{code_label}, @cod… 590 In an @code{insn}, @code{call_insn}, @code{jump_insn}, @code{code_label}, 597 @cindex @code{jump_insn} and @samp{/s} 599 @cindex @code{in_struct}, in @code{insn} and @code{jump_insn} and @code{call_insn} 601 In an @code{insn} or @code{jump_insn} or @code{call_insn} in a delay 711 @cindex @code{jump_insn} and @samp{/f} [all …]
|
| D | tm.texi | 7831 jump-table which follows (a @code{jump_insn} containing an 9517 @var{insn} is always a @code{jump_insn} or an @code{insn}; GCC knows that 9519 or @code{jump_insn} is really a function call and hence has this behavior, 9529 @var{insn} is always a @code{jump_insn} or an @code{insn}. On machines where 9530 some @code{insn} or @code{jump_insn} is really a function call and its operands
|
| D | md.texi | 4177 @code{jump_insn}. The number of elements in the table is one plus the 5361 @code{jump_insn} or @code{call_insn}. If you don't need a real insn
|