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

References

unittests/Transforms/Vectorize/VPlanLoopInfoTest.cpp
   53   VPBlockBase *IfThen = H->getSuccessors()[0];
   54   VPBlockBase *IfElse = H->getSuccessors()[1];
   56   VPBlockBase *Exit = Latch->getSuccessors()[0] != H
   67   EXPECT_TRUE(VPLp->contains(H));
   68   EXPECT_EQ(VPLp, VPLI.getLoopFor(H));
   80   EXPECT_EQ(H, VPLp->getHeader());