Searched refs:tablejump_p (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | cfgcleanup.c | 700 if (tablejump_p (BB_END (b), &label, &table) in merge_blocks_move_successor_nojumps() 1434 if (tablejump_p (BB_END (bb1), &label1, &table1) in outgoing_edges_match() 1435 && tablejump_p (BB_END (bb2), &label2, &table2) in outgoing_edges_match() 1684 if (tablejump_p (BB_END (src1), &label1, &table1) in try_crossjump_to_edge() 1685 && tablejump_p (BB_END (src2), &label2, &table2) in try_crossjump_to_edge() 2093 && !tablejump_p (BB_END (b), in try_optimize_cfg()
|
H A D | cfgbuild.c | 315 else if (tablejump_p (insn, NULL, &tmp)) in make_edges() 700 if (bb != orig_bb && tablejump_p (BB_END (bb), NULL, &table)) in find_bb_boundaries()
|
H A D | cfgrtl.c | 723 if ((!optimize || reload_completed) && tablejump_p (insn, NULL, NULL)) in try_redirect_by_replacing_jump() 812 if (tablejump_p (insn, &label, &table)) in try_redirect_by_replacing_jump() 887 if (tablejump_p (insn, NULL, &tmp)) in redirect_branch_edge() 1085 if (!tablejump_p (BB_END (e->src), NULL, ¬e)) in force_nonfallthru_and_redirect() 1717 if (tablejump_p (end, NULL, &tmp)) in get_last_bb_insn()
|
H A D | ifcvt.c | 3034 || (flow2_completed && tablejump_p (BB_END (then_bb), NULL, NULL)))) in find_if_block() 3081 && ! (flow2_completed && tablejump_p (BB_END (else_bb), NULL, NULL))) in find_if_block() 3577 if (tablejump_p (end, NULL, NULL)) in dead_or_predicable()
|
H A D | cfglayout.c | 924 if (tablejump_p (BB_END (bb), NULL, NULL)) in cfg_layout_can_duplicate_bb_p()
|
H A D | jump.c | 1442 else if (tablejump_p (insn, NULL, &lab_next)) in delete_related_insns()
|
H A D | bb-reorder.c | 1714 && !tablejump_p (last_insn, &label2, &table)) in fix_crossing_unconditional_branches()
|
H A D | rtlanal.c | 2478 tablejump_p (rtx insn, rtx *labelp, rtx *tablep) in tablejump_p() function 3212 if (tablejump_p (jump_insn, NULL, &tmp)) in label_is_jump_target_p()
|
H A D | rtl.h | 1720 extern bool tablejump_p (rtx, rtx *, rtx *);
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ifcvt.c | 2392 || (flow2_completed && tablejump_p (then_bb->end)))) 2440 && ! (flow2_completed && tablejump_p (else_bb->end)))
|
H A D | jump.c | 1086 tablejump_p (insn) in tablejump_p() function
|
H A D | rtl.h | 1960 extern int tablejump_p PARAMS ((rtx));
|
H A D | ChangeLog | 5536 * jump.c (tablejump_p): New.
|