Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Good

253                            SmallVectorImpl<const SCEV *> &Good,
258 Good.push_back(S);
266 DoInitialMatch(*I, L, Good, Bad, SE);
273 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
278 L, Good, Bad, SE);
295 Good.push_back(SE.getMulExpr(NegOne, *I));
311 SmallVector<const SCEV *, 4> Good;
313 DoInitialMatch(S, L, Good, Bad, SE);
314 if (!Good.empty()) {
315 const SCEV *Sum = SE.getAddExpr(Good);
2028 // Nothing looked good.
2832 // OK, looks good.
2866 // Ok, looks good.
3195 // to be a good reuse register candidate.