Home | History | Annotate | Download | only in gcc

Lines Matching defs:ACCEPT

34    present, recog will accept a pattern if it matches except for
1176 /* Accept u.acceptance. Always succeeds for SUBPATTERN, RECOG and SPLIT.
1178 ACCEPT
1231 static rtx_test accept (const acceptance_type &);
1359 rtx_test::accept (const acceptance_type &acceptance)
1361 rtx_test res (0, rtx_test::ACCEPT);
1371 return kind == rtx_test::ACCEPT && u.acceptance.type != PEEPHOLE2;
1423 case rtx_test::ACCEPT:
1754 if (d->test.kind == rtx_test::ACCEPT)
1812 case rtx_test::ACCEPT:
1813 /* Don't accept something before all conditions have been tested. */
1991 || d->test.kind == rtx_test::ACCEPT
2082 case rtx_test::ACCEPT:
2173 if (d->test.kind == rtx_test::ACCEPT)
2933 add_decision (s, rtx_test::accept (acceptance), true, false);
3143 since whether a peephole2 ACCEPT succeeds or not depends on the
3144 specific peephole2 pattern (which is unique to each ACCEPT
3147 /* ACCEPT states are unique, so don't even try to merge them. */
3148 if (d->test.kind != rtx_test::ACCEPT
3400 add_decision (news, rtx_test::accept (acceptance), true, false);
3438 || newd->test.kind == rtx_test::ACCEPT)
4235 /* Accept the pattern. */
4236 add_decision (s, rtx_test::accept (acceptance), true, false);
4302 present, recog will accept a pattern if it matches except for missing\n\
4442 if (!subd || subd->test.kind != rtx_test::ACCEPT)
4672 case rtx_test::ACCEPT:
4772 case rtx_test::ACCEPT:
4949 else if (d->test.kind == rtx_test::ACCEPT)
4980 || d->test.kind == rtx_test::ACCEPT
5006 && to->first->test.kind == rtx_test::ACCEPT