Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Good

275                            SmallVectorImpl<const SCEV *> &Good,
280 Good.push_back(S);
288 DoInitialMatch(*I, L, Good, Bad, SE);
295 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
300 L, Good, Bad, SE);
317 Good.push_back(SE.getMulExpr(NegOne, *I));
333 SmallVector<const SCEV *, 4> Good;
335 DoInitialMatch(S, L, Good, Bad, SE);
336 if (!Good.empty()) {
337 const SCEV *Sum = SE.getAddExpr(Good);
2297 // Nothing looked good.
3665 // OK, looks good.
3698 // Ok, looks good.
4048 // to be a good reuse register candidate.