Searched refs:VPLp (Results 1 – 1 of 1) sorted by relevance
62 VPLoop *VPLp = *VPLI.begin(); in TEST_F() local65 EXPECT_FALSE(VPLp->contains(PH)); in TEST_F()67 EXPECT_TRUE(VPLp->contains(H)); in TEST_F()68 EXPECT_EQ(VPLp, VPLI.getLoopFor(H)); in TEST_F()69 EXPECT_TRUE(VPLp->contains(IfThen)); in TEST_F()70 EXPECT_EQ(VPLp, VPLI.getLoopFor(IfThen)); in TEST_F()71 EXPECT_TRUE(VPLp->contains(IfElse)); in TEST_F()72 EXPECT_EQ(VPLp, VPLI.getLoopFor(IfElse)); in TEST_F()73 EXPECT_TRUE(VPLp->contains(Latch)); in TEST_F()74 EXPECT_EQ(VPLp, VPLI.getLoopFor(Latch)); in TEST_F()[all …]