Searched refs:tablejump_p (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcfgcleanup.c705 if (tablejump_p (BB_END (b), &label, &table)
1441 if (tablejump_p (BB_END (bb1), &label1, &table1)
1442 && tablejump_p (BB_END (bb2), &label2, &table2)
1691 if (tablejump_p (BB_END (src1), &label1, &table1)
1692 && tablejump_p (BB_END (src2), &label2, &table2)
2100 && !tablejump_p (BB_END (b),
H A Dcfgbuild.c318 else if (tablejump_p (insn, NULL, &tmp))
705 if (bb != orig_bb && tablejump_p (BB_END (bb), NULL, &table))
H A Dcfgrtl.c730 if ((!optimize || reload_completed) && tablejump_p (insn, NULL, NULL))
819 if (tablejump_p (insn, &label, &table))
894 if (tablejump_p (insn, NULL, &tmp))
1092 if (!tablejump_p (BB_END (e->src), NULL, &note))
1729 if (tablejump_p (end, NULL, &tmp))
H A Dcfglayout.c933 if (tablejump_p (BB_END (bb), NULL, NULL))
H A Djump.c1454 else if (tablejump_p (insn, NULL, &lab_next))
H A Difcvt.c3039 || (flow2_completed && tablejump_p (BB_END (then_bb), NULL, NULL))))
3086 && ! (flow2_completed && tablejump_p (BB_END (else_bb), NULL, NULL)))
3582 if (tablejump_p (end, NULL, NULL))
H A Dbb-reorder.c1715 && !tablejump_p (last_insn, &label2, &table))
H A Drtlanal.c2500 tablejump_p (rtx insn, rtx *labelp, rtx *tablep)
3234 if (tablejump_p (jump_insn, NULL, &tmp))
2478 tablejump_p (rtx insn, rtx *labelp, rtx *tablep) function
H A Drtl.h1738 extern bool tablejump_p (rtx, rtx *, rtx *);

Completed in 199 milliseconds