Searched refs:any_condjump_p (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.1-release/contrib/gcc/
H A Dcfgrtl.c1012 && any_condjump_p (BB_END (e->src))
1117 && !any_condjump_p (BB_END (jump_block))
1227 if (any_condjump_p (q) && only_sets_cc0_p (PREV_INSN (q)))
1460 && !any_condjump_p (BB_END (bb))
1835 && any_condjump_p (BB_END (bb)))
1886 || any_condjump_p (BB_END (bb))))))
1901 if (n_branch != 1 && any_condjump_p (BB_END (bb))
1916 || any_condjump_p (BB_END (bb))
2194 if (!any_condjump_p (insn)
2218 if ((e->flags & EDGE_FALLTHRU) && any_condjump_p (ins
[all...]
H A Dpredict.c223 gcc_assert (any_condjump_p (insn));
259 if (!any_condjump_p (last_insn))
312 && any_condjump_p (insn)
1415 || ! any_condjump_p (insn))
H A Dcfgcleanup.c121 if (!any_condjump_p (cbranch_insn))
289 if (!any_condjump_p (BB_END (e->src)))
292 if (!any_condjump_p (BB_END (b)) || !onlyjump_p (BB_END (b)))
1325 && any_condjump_p (BB_END (bb1))
1334 || !any_condjump_p (BB_END (bb2))
H A Dstruct-equiv.c1134 if (any_condjump_p (info->cur.x_start)
1139 else if (any_condjump_p (xi) && any_condjump_p (yi))
H A Dbb-reorder.c390 if (any_condjump_p (BB_END (header)) && copy_bb_p (header, 0)
1500 && !any_condjump_p (insn))
1571 if (any_condjump_p (old_jump))
1710 gcc_assert (!any_condjump_p (last_insn));
H A Dloop-unswitch.c183 if (!any_condjump_p (BB_END (bb)))
H A Dcfglayout.c678 if (any_condjump_p (bb_end_insn))
784 && !any_condjump_p (BB_END (bb))
H A Dcfganal.c266 if (!any_condjump_p (BB_END (bb)))
H A Dcfgexpand.c58 if (!any_condjump_p (last)
74 if (!last || !JUMP_P (last) || !any_condjump_p (last))
H A Dreorg.c3101 && any_condjump_p (insn)
3147 && any_condjump_p (other)
3357 && any_condjump_p (delay_insn)
H A Dresource.c520 else if (any_condjump_p (this_jump_insn))
H A Dloop-iv.c1771 if (any_condjump_p (insn))
2559 if (!any_condjump_p (BB_END (exit_bb)))
H A Dcfgloopmanip.c712 if (!any_condjump_p (BB_END (src)))
H A Djump.c810 branch and compare insns. Use any_condjump_p instead whenever possible. */
838 branch and compare insns. Use any_condjump_p instead whenever possible. */
913 any_condjump_p (rtx insn)
904 any_condjump_p (rtx insn) function
H A Dpostreload.c1390 if (any_condjump_p (insn))
H A Dgcse.c2893 && any_condjump_p (NEXT_INSN (insn)) && onlyjump_p (NEXT_INSN (insn)))
2912 else if (alter_jumps && any_condjump_p (insn) && onlyjump_p (insn))
3728 if ((any_condjump_p (insn) || computed_jump_p (insn))
H A Difcvt.c349 if (any_condjump_p (jump))
2025 if (! any_condjump_p (jump))
3680 if (! any_condjump_p (jump))
H A Dsched-deps.c170 if (!any_condjump_p (insn) || !onlyjump_p (insn))
H A Demit-rtl.c3132 if (any_condjump_p (trial)
3173 && any_condjump_p (insn)
H A Drtl.h2028 extern int any_condjump_p (rtx);
H A Dflow.c2010 && any_condjump_p (BB_END (bb)))
H A Dhaifa-sched.c3835 /*&& !any_condjump_p (jump)*/)
3836 /* any_condjump_p (jump) == false.
3838 any_condjump_p (check) == true. */
4672 else if (any_condjump_p (head))
H A Drtlanal.c4631 || ! any_condjump_p (jump))
H A Dcse.c4558 if (! any_condjump_p (insn))
H A Dbuiltins.c4742 if (JUMP_P (insn) && any_condjump_p (insn))

Completed in 808 milliseconds

12