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

References

unittests/Transforms/Vectorize/VPlanLoopInfoTest.cpp
   49   VPLI.analyze(VPDT);
   61   EXPECT_EQ(1, std::distance(VPLI.begin(), VPLI.end()));
   61   EXPECT_EQ(1, std::distance(VPLI.begin(), VPLI.end()));
   62   VPLoop *VPLp = *VPLI.begin();
   66   EXPECT_EQ(nullptr, VPLI.getLoopFor(PH));
   68   EXPECT_EQ(VPLp, VPLI.getLoopFor(H));
   70   EXPECT_EQ(VPLp, VPLI.getLoopFor(IfThen));
   72   EXPECT_EQ(VPLp, VPLI.getLoopFor(IfElse));
   74   EXPECT_EQ(VPLp, VPLI.getLoopFor(Latch));
   76   EXPECT_EQ(nullptr, VPLI.getLoopFor(Exit));