Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDcfgcleanup.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()
HDcfgbuild.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()
HDcfgrtl.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()
HDifcvt.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()
HDcfglayout.c924 if (tablejump_p (BB_END (bb), NULL, NULL)) in cfg_layout_can_duplicate_bb_p()
HDjump.c1442 else if (tablejump_p (insn, NULL, &lab_next)) in delete_related_insns()
HDbb-reorder.c1714 && !tablejump_p (last_insn, &label2, &table)) in fix_crossing_unconditional_branches()
HDrtlanal.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()
HDrtl.h1734 extern bool tablejump_p (rtx, rtx *, rtx *);
HDChangeLog-20038443 returned by tablejump_p.
13096 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.
13097 * rtlanal.c (tablejump_p): Use next_active_insn for finding the jump
13357 * cfgrtl.c (force_nonfallthru_and_redirect): Use tablejump_p
28423 * cfgbuild.c (make_edges): Use tablejump_p.
30305 (tablejump_p): New extern function.
30309 (tablejump_p): New function.
HDChangeLog-200424658 tablejump_p, computed_jump_p, insns_safe_to_move_p,