Lines Matching defs:Good
550 SmallVectorImpl<const SCEV *> &Good,
555 Good.push_back(S);
562 DoInitialMatch(S, L, Good, Bad, SE);
569 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
574 L, Good, Bad, SE);
590 Good.push_back(SE.getMulExpr(NegOne, S));
604 SmallVector<const SCEV *, 4> Good;
606 DoInitialMatch(S, L, Good, Bad, SE);
607 if (!Good.empty()) {
608 const SCEV *Sum = SE.getAddExpr(Good);