Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Sink

1203   const SCEV *Sink = PSE.getSCEV(BPtr);
1205 // If the induction step is negative we have to invert source and sink of the
1209 std::swap(Src, Sink);
1215 const SCEV *Dist = PSE.getSE()->getMinusSCEV(Sink, Src);
1217 DEBUG(dbgs() << "LAA: Src Scev: " << *Src << "Sink Scev: " << *Sink