Home
last modified time | relevance | path

Searched refs:simplejump_p (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dreorg.c795 && (simplejump_p (next_trial) in optimize_skip()
816 && (simplejump_p (next_trial) in optimize_skip()
937 else if (simplejump_p (insn) in rare_destination()
1354 if (! simplejump_p (XVECEXP (seq, 0, 0)) in steal_delay_list_from_fallthrough()
2062 && simplejump_p (trial) in fill_simple_delay_slots()
2214 && ! simplejump_p (insn) in fill_simple_delay_slots()
2317 && simplejump_p (trial) in fill_simple_delay_slots()
2361 && simplejump_p (insn) in fill_simple_delay_slots()
2885 && (simplejump_p (new_thread) in fill_slots_from_thread()
3083 && (simplejump_p (next) || GET_CODE (PATTERN (next)) == RETURN) in relax_delay_slots()
[all …]
Dcfgrtl.c664 ? simplejump_p (BB_END (a)) : onlyjump_p (BB_END (a))))); in rtl_can_merge_blocks()
775 else if (simplejump_p (insn)) in try_redirect_by_replacing_jump()
2182 && !simplejump_p (insn)) in purge_dead_edges()
2187 if (simplejump_p (insn)) in purge_dead_edges()
2439 gcc_assert (!simplejump_p (BB_END (src))); in cfg_layout_redirect_edge_and_branch()
2567 ? simplejump_p (BB_END (a)) : onlyjump_p (BB_END (a))))); in cfg_layout_can_merge_blocks_p()
Dcfgcleanup.c1082 if (!simplejump_p (i2) && !returnjump_p (i2) && last1) in flow_find_cross_jump()
1309 && (!JUMP_P (BB_END (bb1)) || simplejump_p (BB_END (bb1)))) in outgoing_edges_match()
1313 && (!JUMP_P (BB_END (bb2)) || simplejump_p (BB_END (bb2)))); in outgoing_edges_match()
2091 ? simplejump_p (BB_END (b)) in try_optimize_cfg()
Dcfganal.c98 || (JUMP_P (insn) && simplejump_p (insn)) in forwarder_block_p()
Dstruct-equiv.c1121 if (!simplejump_p (yi) && !returnjump_p (yi) && info->cur.x_start) in struct_equiv_block_eq()
Dcfgexpand.c60 || !simplejump_p (NEXT_INSN (last)) in add_reg_br_prob_note()
Djump.c789 simplejump_p (rtx insn) in simplejump_p() function
Drtl.h2028 extern int simplejump_p (rtx);
Difcvt.c3056 && ! simplejump_p (last_insn)) in find_if_block()
Dfunction.c5348 if (simplejump_p (jump)) in thread_prologue_and_epilogue_insns()
DChangeLog-200123418 * ifcvt.c (merge_if_block): Use any_uncondjump_p, not simplejump_p
32541 * jump.c (simplejump_p): Revert last change.
32620 * jump.c (simplejump_p): Recognize any single_set jump
DChangeLog-200017721 and pc_set at the place of simplejump_p and condjump_p.
17735 * sibcalls.c (simplejump_p): Likewise.
17757 and simplejump_p.
DChangeLog-200424594 reversed_comparison_code_parts, simplejump_p, pc_set,
/freebsd-12-stable/contrib/gcc/config/mips/
Dmips.c9279 if (CALL_P (insn) || (TARGET_MIPS16 ? simplejump_p (insn) : JUMP_P (insn))) in mips_adjust_insn_length()
/freebsd-12-stable/contrib/gcc/config/arm/
Darm.c11635 if (simplejump_p (insn)) in arm_final_prescan_insn()