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

References

unittests/Transforms/Vectorize/VPlanLoopInfoTest.cpp
   56   VPBlockBase *Exit = Latch->getSuccessors()[0] != H
   57                           ? Latch->getSuccessors()[0]
   58                           : Latch->getSuccessors()[1];
   73   EXPECT_TRUE(VPLp->contains(Latch));
   74   EXPECT_EQ(VPLp, VPLI.getLoopFor(Latch));
   81   EXPECT_EQ(Latch, VPLp->getLoopLatch());
   82   EXPECT_EQ(Latch, VPLp->getExitingBlock());