Searched refs:any_uncondjump_p (Results 1 – 14 of 14) sorted by relevance
1214 && (any_uncondjump_p (q) in rtl_tidy_fallthru_edge()1872 || (n_branch > 1 && (any_uncondjump_p (BB_END (bb)) in rtl_verify_flow_info_1()1878 if (n_fallthru && any_uncondjump_p (BB_END (bb))) in rtl_verify_flow_info_1()1883 if (n_branch != 1 && any_uncondjump_p (BB_END (bb))) in rtl_verify_flow_info_1()1904 || any_uncondjump_p (BB_END (bb)))) in rtl_verify_flow_info_1()
263 if (any_uncondjump_p (jump)) in add_test()
884 any_uncondjump_p (rtx insn) in any_uncondjump_p() function1056 && ((JUMP_LABEL (insn) != 0 && any_uncondjump_p (insn) in follow_jumps()
504 if (any_uncondjump_p (this_jump_insn) in find_dead_or_set_registers()
2025 extern int any_uncondjump_p (rtx);
4664 if (any_uncondjump_p (head)) in check_cfg()
4653 if (any_uncondjump_p (insn) || GET_CODE (x) == RETURN) in emit()
4768 && any_uncondjump_p (next)) in expand_builtin_expect_jump()4786 && any_uncondjump_p (next)) in expand_builtin_expect_jump()
3378 if (returnjump_p (i3) || any_uncondjump_p (i3)) in try_combine()3390 || any_uncondjump_p (undobuf.other_insn))) in try_combine()
7173 if (any_uncondjump_p (insn)) in cse_basic_block()
12951 * jump.c (any_uncondjump_p): Likewise.17720 * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p17755 (jump_optimize): Use any_condjump_p, any_uncondjump_p and18717 * rtl.h (any_condump_p, any_uncondjump_p, pc_set
1683 * jump.c (any_uncondjump_p): Reject nonlocal goto.
23418 * ifcvt.c (merge_if_block): Use any_uncondjump_p, not simplejump_p
33663 (any_uncondjump_p): Reject nonlocal goto.