Searched refs:find_reg_note (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-9.3-release/contrib/gcc/
H A Dregmove.c142 rtx note = find_reg_note (insn, REG_DEAD, reg);
619 && find_reg_note (p, REG_DEAD, dest))
639 remove_note (p, find_reg_note (p, REG_DEAD, dest));
641 remove_note (insn, find_reg_note (insn, REG_DEAD, src));
647 || find_reg_note (p, REG_DEAD, dest)
669 || ! find_reg_note (insn, REG_DEAD, src_reg)
686 || find_reg_note (p, REG_EQUIV, NULL_RTX)
734 rtx note = find_reg_note (p, REG_EQUAL, NULL_RTX);
836 if (! find_reg_note (move_insn, REG_DEAD, src))
893 && find_reg_note (
[all...]
H A Dlocal-alloc.c501 if (find_reg_note (insn, REG_DEAD, reg))
864 note = find_reg_note (insn, REG_EQUIV, NULL_RTX);
910 note = find_reg_note (insn, REG_EQUAL, NULL_RTX);
957 note = find_reg_note (insn, REG_EQUIV, NULL_RTX);
1061 && ! find_reg_note (XEXP (reg_equiv[regno].init_insns, 0),
1102 && find_reg_note (insn, REG_NON_LOCAL_GOTO, NULL_RTX))
1279 remove_note (insn, find_reg_note (insn, REG_EQUIV, NULL_RTX));
1467 && (link = find_reg_note (insn, REG_LIBCALL, NULL_RTX)) != 0
1472 && (note = find_reg_note (XEXP (link, 0), REG_EQUAL,
1519 || ! find_reg_note (ins
[all...]
H A Dcfgbuild.c113 || find_reg_note (insn, REG_NORETURN, 0))
118 && (0 == (note = find_reg_note (insn, REG_EH_REGION,
314 else if (find_reg_note (insn, REG_NON_LOCAL_GOTO, NULL_RTX))
391 rtx note = find_reg_note (insn, REG_EH_REGION, NULL_RTX);
720 rtx note = find_reg_note (BB_END (b), REG_BR_PROB, NULL);
H A Dcfgrtl.c150 while ((note = find_reg_note (insn, REG_LABEL, NULL_RTX)) != NULL_RTX
714 if (find_reg_note (insn, REG_CROSSING_JUMP, NULL_RTX)
1022 note = find_reg_note (BB_END (e->src), REG_BR_PROB, NULL_RTX);
1714 note = find_reg_note (BB_END (bb), REG_BR_PROB, NULL_RTX);
1833 && (note = find_reg_note (BB_END (bb), REG_BR_PROB, NULL_RTX))
1878 && !find_reg_note (BB_END (bb), REG_EH_REGION, NULL_RTX))
2139 && (note = find_reg_note (insn, REG_EH_REGION, NULL)))
2169 && (! (note = find_reg_note (insn, REG_EH_REGION, NULL))
2203 note = find_reg_note (insn, REG_BR_PROB, NULL);
2206 while ((note = find_reg_note (ins
[all...]
H A Dcselib.c1392 if (find_reg_note (insn, REG_LIBCALL, NULL))
1399 && find_reg_note (insn, REG_SETJMP, NULL))
1404 if (find_reg_note (insn, REG_RETVAL, NULL))
1412 if (find_reg_note (insn, REG_RETVAL, NULL))
1452 if (find_reg_note (insn, REG_RETVAL, NULL))
H A Dgcse.c1726 && !find_reg_note (insn, REG_EH_REGION, NULL_RTX)
1784 && ! find_reg_note (insn, REG_EH_REGION, NULL_RTX)
1794 && ((note = find_reg_note (insn, REG_EQUIV, NULL_RTX)) == 0
2096 if (find_reg_note (insn, REG_LIBCALL, NULL_RTX))
2098 else if (table->set_p && find_reg_note (insn, REG_RETVAL, NULL_RTX))
2101 if (!table->set_p && find_reg_note (insn, REG_RETVAL, NULL_RTX))
3095 && (!(note = find_reg_note (l->setting_insn, REG_EQUIV, NULL_RTX))
3202 rtx note = find_reg_note (insn, REG_LIBCALL, NULL_RTX);
3209 note = find_reg_note (insn, REG_RETVAL, NULL_RTX);
4047 note = find_reg_note (ins
[all...]
H A Dcse.c5039 && (tem = find_reg_note (insn, REG_EQUAL, NULL_RTX)) != 0
5206 && find_reg_note (insn, REG_EQUIV, NULL_RTX) != 0
5927 note = find_reg_note (insn, REG_NON_LOCAL_GOTO, 0);
6065 if (! find_reg_note (insn, REG_RETVAL, NULL_RTX))
6436 && ! find_reg_note (insn, REG_RETVAL, NULL_RTX))
6463 && ! find_reg_note (prev, REG_EQUIV, NULL_RTX))
6478 note = find_reg_note (insn, REG_EQUAL, NULL_RTX);
6807 && find_reg_note (PREV_INSN (p), REG_SETJMP, NULL))
6857 && find_reg_note (PREV_INSN (q), REG_SETJMP, NULL)))
7164 if ((p = find_reg_note (ins
[all...]
H A Dreorg.c683 rtx note = find_reg_note (insn, REG_CC_SETTER, NULL_RTX);
980 note = find_reg_note (jump_insn, REG_BR_PROB, 0);
1280 || find_reg_note (trial, REG_CC_USER, NULL_RTX)
1631 if (find_reg_note (insn, REG_UNUSED, NULL_RTX) != 0)
1676 && ! find_reg_note (XVECEXP (pat, 0, i), REG_UNUSED, NULL_RTX))
1685 && ! find_reg_note (trial, REG_UNUSED, NULL_RTX))
2689 note = find_reg_note (trial, REG_LABEL, 0);
3302 && ! find_reg_note (XVECEXP (pat, 0, XVECLEN (pat, 0) - 1),
H A Djump.c249 rtx label_note = find_reg_note (insn, REG_LABEL, NULL_RTX);
900 if (find_reg_note (insn, REG_NON_LOCAL_GOTO, NULL_RTX))
1175 if (! find_reg_note (insn, REG_LABEL, label))
1694 if ((note = find_reg_note (jump, REG_EQUAL, NULL_RTX)) != NULL_RTX)
H A Difcvt.c462 true_prob_val = find_reg_note (BB_END (test_bb), REG_BR_PROB, NULL_RTX);
2314 if ((note = find_reg_note (insn_b, REG_EQUAL, NULL_RTX)) != 0)
2745 gcc_assert (find_reg_note (last, REG_NORETURN, NULL)
3374 && find_reg_note (BB_END (then_bb), REG_CROSSING_JUMP, NULL_RTX))
3376 && find_reg_note (BB_END (test_bb), REG_CROSSING_JUMP, NULL_RTX))
3378 && find_reg_note (BB_END (else_bb), REG_CROSSING_JUMP,
3480 && find_reg_note (BB_END (then_bb), REG_CROSSING_JUMP, NULL_RTX))
3482 && find_reg_note (BB_END (test_bb), REG_CROSSING_JUMP, NULL_RTX))
3484 && find_reg_note (BB_END (else_bb), REG_CROSSING_JUMP,
3507 note = find_reg_note (BB_EN
[all...]
H A Dloop-invariant.c748 if (find_reg_note (insn, REG_RETVAL, NULL_RTX)
749 || find_reg_note (insn, REG_LIBCALL, NULL_RTX)
750 || find_reg_note (insn, REG_NO_CONFLICT, NULL_RTX))
H A Dcfgcleanup.c428 if (find_reg_note (BB_END (b), REG_CROSSING_JUMP, NULL_RTX))
464 && find_reg_note (BB_END (first), REG_CROSSING_JUMP, NULL_RTX))
1555 rtx n1 = find_reg_note (BB_END (bb1), REG_EH_REGION, 0);
1556 rtx n2 = find_reg_note (BB_END (bb2), REG_EH_REGION, 0);
2122 && !find_reg_note (BB_END (b), REG_CROSSING_JUMP, NULL_RTX)
H A Dsched-deps.c1184 if (find_reg_note (insn, REG_SETJMP, NULL))
1516 if (find_reg_note (insn, REG_SETJMP, NULL))
1607 && (link = find_reg_note (insn, REG_LIBCALL, NULL_RTX)) != 0
1616 && find_reg_note (end_seq, REG_EQUAL, NULL_RTX) != 0
1617 && find_reg_note (end_seq, REG_RETVAL, NULL_RTX) != 0)
H A Dflow.c815 if ((note = find_reg_note (insn, REG_LIBCALL, NULL_RTX))
819 rtx retval_note = find_reg_note (XEXP (note, 0),
1642 rtx inote = find_reg_note (insn, REG_LABEL, NULL_RTX);
1714 note = find_reg_note (insn, REG_RETVAL, NULL_RTX);
1739 && find_reg_note (insn, REG_MAYBE_DEAD, NULL_RTX) == 0)
1775 = find_reg_note (XEXP (note, 0), REG_LIBCALL, NULL_RTX);
1781 note = find_reg_note (insn, REG_LIBCALL, NULL_RTX);
1787 = find_reg_note (XEXP (note, 0), REG_RETVAL, NULL_RTX);
2220 && find_reg_note (insn, REG_SETJMP, NULL))
3631 while ((note = find_reg_note (inc
[all...]
H A Dcombine.c1233 if (find_reg_note (insn, REG_UNUSED, SET_DEST (elt))
1234 && (!(note = find_reg_note (insn, REG_EH_REGION, NULL_RTX))
1272 || (rtx_equal_p (src, dest) && find_reg_note (insn, REG_EQUAL, NULL_RTX))
1287 || (JUMP_P (i3) && find_reg_note (i3, REG_NON_LOCAL_GOTO, NULL_RTX))
1294 || find_reg_note (insn, REG_RETVAL, NULL_RTX)
1310 || ! find_reg_note (insn, REG_EQUIV, src))
1316 || find_reg_note (i3, REG_NO_CONFLICT, dest)
1317 || (succ && find_reg_note (succ, REG_NO_CONFLICT, dest))
1872 || find_reg_note (i3, REG_LIBCALL, NULL_RTX)
1909 && find_reg_note (i
[all...]
H A Dresource.c368 if (find_reg_note (x, REG_SETJMP, NULL))
685 if (find_reg_note (x, REG_SETJMP, NULL))
H A Demit-rtl.c3052 rtx note = find_reg_note (insn, REG_CC_USER, NULL_RTX);
3073 rtx note = find_reg_note (insn, REG_CC_SETTER, NULL_RTX);
3133 && (note = find_reg_note (trial, REG_BR_PROB, 0)))
3174 && !find_reg_note (insn, REG_BR_PROB, 0))
4584 rtx note = find_reg_note (insn, kind, NULL_RTX);
5388 if ((note1 = find_reg_note (new, REG_RETVAL, NULL_RTX)) != NULL)
5391 while ((note2 = find_reg_note (p, REG_LIBCALL, NULL_RTX)) == NULL)
H A Drtlanal.c949 if (find_reg_note (insn, REG_UNUSED, SET_DEST (set))
957 else if (!find_reg_note (insn, REG_UNUSED, SET_DEST (sub))
1050 if (find_reg_note (insn, REG_EQUAL, NULL_RTX))
1055 if (find_reg_note (insn, REG_RETVAL, NULL_RTX))
1102 rtx note = find_reg_note (p, REG_EQUAL, NULL_RTX);
1605 find_reg_note (rtx insn, enum reg_note kind, rtx datum)
2586 if (find_reg_note (insn, REG_LABEL, NULL_RTX))
1589 find_reg_note (rtx insn, enum reg_note kind, rtx datum) function
H A Doptabs.c3307 || find_reg_note (insn, REG_LIBCALL, NULL_RTX))
3321 if ((note = find_reg_note (insn, REG_LIBCALL, NULL)) != NULL)
3323 if ((note = find_reg_note (insn, REG_RETVAL, NULL)) != NULL)
3382 remove_note (last, find_reg_note (last, REG_EQUAL, NULL_RTX));
3439 rtx note = find_reg_note (insn, REG_EH_REGION, NULL_RTX);
3453 rtx note = find_reg_note (insn, REG_EH_REGION, NULL_RTX);
3475 if ((note = find_reg_note (insn, REG_LIBCALL, NULL)) != NULL)
3477 if ((note = find_reg_note (insn, REG_RETVAL, NULL)) != NULL)
3534 remove_note (last, find_reg_note (last, REG_EQUAL, NULL_RTX));
H A Dalias.c2518 && find_reg_note (insn, REG_NOALIAS, NULL_RTX))
2534 && (((note = find_reg_note (insn, REG_EQUAL, 0)) != 0
2536 || (note = find_reg_note (insn, REG_EQUIV, NULL_RTX)) != 0)
H A Dregclass.c1064 && (note = find_reg_note (insn, REG_EQUIV,
1545 && ! find_reg_note (insn, REG_DEAD, op))
2485 || ((note = find_reg_note (insn, REG_EQUAL, 0)) != 0
H A Dcaller-save.c413 if (code == CALL_INSN && ! find_reg_note (insn, REG_NORETURN, NULL))
H A Dcfghooks.c664 && !find_reg_note (BB_END (b), REG_CROSSING_JUMP, NULL_RTX))
H A Dsee.c3354 if (insn && find_reg_note (insn, REG_LIBCALL, NULL_RTX))
3356 if (find_reg_note (insn, REG_RETVAL, NULL_RTX))
3459 if (find_reg_note (prev_insn, REG_LIBCALL, NULL_RTX))
3462 if (find_reg_note (prev_insn, REG_RETVAL, NULL_RTX))
H A Dcfgexpand.c67 gcc_assert (!find_reg_note (last, REG_BR_PROB, 0));
76 gcc_assert (!find_reg_note (last, REG_BR_PROB, 0));

Completed in 347 milliseconds

12