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

References

lib/Analysis/DependenceAnalysis.cpp
 3680             LLVM_DEBUG(dbgs() << "\tSJ = " << SJ << "\n");
 3681             if (propagate(Pair[SJ].Src, Pair[SJ].Dst, Pair[SJ].Loops,
 3681             if (propagate(Pair[SJ].Src, Pair[SJ].Dst, Pair[SJ].Loops,
 3681             if (propagate(Pair[SJ].Src, Pair[SJ].Dst, Pair[SJ].Loops,
 3685               Pair[SJ].Classification =
 3686                 classifyPair(Pair[SJ].Src, LI->getLoopFor(Src->getParent()),
 3687                              Pair[SJ].Dst, LI->getLoopFor(Dst->getParent()),
 3688                              Pair[SJ].Loops);
 3689               switch (Pair[SJ].Classification) {
 3692                 if (testZIV(Pair[SJ].Src, Pair[SJ].Dst, Result))
 3692                 if (testZIV(Pair[SJ].Src, Pair[SJ].Dst, Result))
 3694                 Mivs.reset(SJ);
 3697                 Sivs.set(SJ);
 3698                 Mivs.reset(SJ);