reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/DependenceAnalysis.cpp
  815     const SCEV *Dst = Pair->Dst;
  840     const SCEV *Dst = Pair->Dst;
  854       Pair->Dst = SE->getSignExtendExpr(Dst, widestType);
  865   const SCEV *Dst = Pair->Dst;
  874       Pair->Dst = DstCastOp;
 3358     Pair[i].Dst = DstSubscripts[i];
 3457   Pair[0].Dst = DstSCEV;
 3473                    Pair[P].Dst, LI->getLoopFor(Dst->getParent()),
 3479     LLVM_DEBUG(dbgs() << "\tdst = " << *Pair[P].Dst << "\n");
 3552       collectCommonLoops(Pair[SI].Dst,
 3601       if (testZIV(Pair[SI].Src, Pair[SI].Dst, Result))
 3608       if (testSIV(Pair[SI].Src, Pair[SI].Dst, Level, Result, NewConstraint,
 3615       if (testRDIV(Pair[SI].Src, Pair[SI].Dst, Result))
 3620       if (testMIV(Pair[SI].Src, Pair[SI].Dst, Pair[SI].Loops, Result))
 3660           if (testSIV(Pair[SJ].Src, Pair[SJ].Dst, Level, Result, NewConstraint,
 3681             if (propagate(Pair[SJ].Src, Pair[SJ].Dst, Pair[SJ].Loops,
 3687                              Pair[SJ].Dst, LI->getLoopFor(Dst->getParent()),
 3692                 if (testZIV(Pair[SJ].Src, Pair[SJ].Dst, Result))
 3715           if (testRDIV(Pair[SJ].Src, Pair[SJ].Dst, Result))
 3728           if (testMIV(Pair[SJ].Src, Pair[SJ].Dst, Pair[SJ].Loops, Result))
 3858   Pair[0].Dst = DstSCEV;
 3874                    Pair[P].Dst, LI->getLoopFor(Dst->getParent()),
 3890       collectCommonLoops(Pair[SI].Dst,
 3929       (void) testSIV(Pair[SI].Src, Pair[SI].Dst, Level,
 3968           (void) testSIV(Pair[SJ].Src, Pair[SJ].Dst, Level,
 3981             if (propagate(Pair[SJ].Src, Pair[SJ].Dst,
 3985                              Pair[SJ].Dst, LI->getLoopFor(Dst->getParent()),