Home
last modified time | relevance | path

Searched refs:tablejump_p (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dcfgcleanup.c700 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 Dcfgbuild.c315 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 Dcfgrtl.c723 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, &note)) in force_nonfallthru_and_redirect()
1717 if (tablejump_p (end, NULL, &tmp)) in get_last_bb_insn()
H A Difcvt.c3034 || (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 Dcfglayout.c924 if (tablejump_p (BB_END (bb), NULL, NULL)) in cfg_layout_can_duplicate_bb_p()
H A Djump.c1442 else if (tablejump_p (insn, NULL, &lab_next)) in delete_related_insns()
H A Dbb-reorder.c1714 && !tablejump_p (last_insn, &label2, &table)) in fix_crossing_unconditional_branches()
H A Drtlanal.c2478 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 Drtl.h1720 extern bool tablejump_p (rtx, rtx *, rtx *);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Difcvt.c2392 || (flow2_completed && tablejump_p (then_bb->end))))
2440 && ! (flow2_completed && tablejump_p (else_bb->end)))
H A Djump.c1086 tablejump_p (insn) in tablejump_p() function
H A Drtl.h1960 extern int tablejump_p PARAMS ((rtx));
H A DChangeLog5536 * jump.c (tablejump_p): New.