Home
last modified time | relevance | path

Searched refs:next_active_insn (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dreorg.cc233 return next_active_insn (as_a <rtx_insn *> (insn)); in first_active_target_insn()
682 rtx_insn *next_trial = next_active_insn (trial); in optimize_skip()
703 if (next_trial == next_active_insn (JUMP_LABEL_AS_INSN (insn)) in optimize_skip()
717 next_trial = next_active_insn (trial); in optimize_skip()
1264 thread = next_active_insn (thread); in try_merge_delay_insns()
1624 active_insn = next_active_insn (PREV_INSN (thread_insn)); in own_thread_p()
1887 if ((trial = next_active_insn (insn)) in fill_simple_delay_slots()
2148 && (next_trial = next_active_insn (JUMP_LABEL_AS_INSN (trial))) != 0 in fill_simple_delay_slots()
2187 next_active_insn (JUMP_LABEL_AS_INSN (insn)), in fill_simple_delay_slots()
2228 && (insn = next_active_insn (value)) != 0 in follow_jumps()
[all …]
Dresource.cc1110 rtx_insn *stop_insn = next_active_insn (jump_insn); in mark_target_live_regs()
1113 jump_target = next_active_insn (as_a<rtx_insn *> (jump_target)); in mark_target_live_regs()
1119 for (insn = target; insn != stop_insn; insn = next_active_insn (insn)) in mark_target_live_regs()
1287 rtx_insn *next = next_active_insn (insn); in clear_hashed_info_until_next_barrier()
Drecog.cc3886 new_insn = next_active_insn (attempt); in peep2_attempt()
3887 if (next_active_insn (new_insn)) in peep2_attempt()
Dcfgrtl.cc662 insn2 = next_active_insn (insn2); in can_fallthru()
664 return next_active_insn (insn) == insn2; in can_fallthru()
Dcombine.cc1743 if (next_active_insn (succ2) != i3) in can_combine_p()
1745 if (next_active_insn (succ) != succ2) in can_combine_p()
1748 else if (next_active_insn (succ) != i3) in can_combine_p()
1750 if (next_active_insn (insn) != succ) in can_combine_p()
1753 else if (next_active_insn (insn) != i3) in can_combine_p()
2723 && next_active_insn (i2) == i3) in try_combine()
Drtl.h3364 extern rtx_insn *next_active_insn (rtx_insn *);
Demit-rtl.cc3696 next_active_insn (rtx_insn *insn) in next_active_insn() function
Dfunction.cc6165 else if (next_active_insn (BB_END (exit_fallthru_edge->src))) in thread_prologue_and_epilogue_insns()
DChangeLog-201327366 with next_active_insn.
27575 with next_active_insn.
34288 * config/aarch64/aarch64.c (is_jump_table): Use next_active_insn
34299 * config/arm/arm.c (is_jump_table): Use next_active_insn instead of
34513 * config/sh/sh.md (casesi_worker_1): Use next_active_insn instead
34560 insn for compatibility with back ends that use next_active_insn to
DChangeLog-20091522 the branch target, use next_real_insn, not next_active_insn.
1786 * emit-rtl.c (next_active_insn, prev_active_insn): Correct comment.
12373 next_active_insn.
DChangeLog-200313097 * rtlanal.c (tablejump_p): Use next_active_insn for finding the jump
28914 instead of next_active_insn.
28916 instead of next_active_insn.
DChangeLog-201421747 (next_active_insn): Likewise.
28131 (next_active_insn): Likewise.
28146 (next_active_insn): Likewise.
DChangeLog-2010792 * config/pa/pa.c (branch_to_delay_slot_p): Use next_active_insn instead
9852 prev_active_insn() and next_active_insn().
DChangeLog-200029134 (next_active_insn, prev_active_insn): Use it.
DChangeLog-201612930 * emit-rtl.c (next_active_insn): Change argument type to rtx_insn *.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.cc1126 insn = next_active_insn (insn); in next_active_non_empty_insn()
1136 insn = next_active_insn (insn); in next_active_non_empty_insn()
1187 rtx_insn *target = next_active_insn (JUMP_LABEL_AS_INSN (jump)); in sparc_do_work_around_errata()
1204 rtx_insn *target = next_active_insn (JUMP_LABEL_AS_INSN (jump)); in sparc_do_work_around_errata()
1230 next = next_active_insn (insn); in sparc_do_work_around_errata()
1286 after = next_active_insn (after); in sparc_do_work_around_errata()
1369 next = next_active_insn (insn); in sparc_do_work_around_errata()
1438 next = next_active_insn (insn); in sparc_do_work_around_errata()
1492 next = next_active_insn (insn); in sparc_do_work_around_errata()
1513 after = next_active_insn (after); in sparc_do_work_around_errata()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.cc6610 jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); in branch_to_delay_slot_p()
6613 insn = next_active_insn (insn); in branch_to_delay_slot_p()
6644 jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); in branch_needs_nop_p()
6647 insn = next_active_insn (insn); in branch_needs_nop_p()
6667 rtx_insn *jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); in use_skip_p()
6671 insn = next_active_insn (insn); in use_skip_p()
6679 && jump_insn == next_active_insn (insn)) in use_skip_p()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.cc5569 rtx_insn *next = next_active_insn (as_a<rtx_insn *> (dest)); in gen_block_redirect()
5570 next = next_active_insn (next); in gen_block_redirect()
5761 rtx_insn *next = next_active_insn (barrier_or_label); in barrier_align()
6463 beyond = next_active_insn (as_a<rtx_insn *> (temp)); in split_branches()
6467 || ((beyond = next_active_insn (beyond)) in split_branches()
6479 next = next_active_insn (insn); in split_branches()
6483 || ((next = next_active_insn (next)) in split_branches()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/
Darc.md521 next_active_insn (insn))")
523 + arc_hazard (insn, next_active_insn (insn)))"))
Darc.cc8592 || next_active_insn (link_insn) != insn)) in arc_reorg()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dalpha.cc9390 next = next_active_insn (insn); in alpha_pad_function_end()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.cc19227 rtx_insn *next_active = next_active_insn (insn); in mips_reorg_process_insns()
19346 rtx_insn *next = next_active_insn (insn); in mips_reorg_process_insns()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dia64.cc9068 insn = next_active_insn (insn); in ia64_add_bundle_selector_before()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.cc12525 && avr_2word_insn_p (next_active_insn (insn)))); in jump_over_one_insn_p()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.cc14434 next_insn = next_active_insn (insn); in s390_z10_optimize_cmp()

12