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

References

lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  299   assert(Lp->getLoopLatch() && "Expected loop with a single latch.");
  302   if (Lp == OuterLp)
  304   assert(OuterLp->contains(Lp) && "OuterLp must contain Lp.");
  307   PHINode *IV = Lp->getCanonicalInductionVariable();
  314   BasicBlock *Latch = Lp->getLoopLatch();