Lines Matching defs:Good
542 SmallVectorImpl<const SCEV *> &Good,
547 Good.push_back(S);
554 DoInitialMatch(S, L, Good, Bad, SE);
561 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
566 L, Good, Bad, SE);
582 Good.push_back(SE.getMulExpr(NegOne, S));
596 SmallVector<const SCEV *, 4> Good;
598 DoInitialMatch(S, L, Good, Bad, SE);
599 if (!Good.empty()) {
600 const SCEV *Sum = SE.getAddExpr(Good);