Lines Matching defs:Collapsed
1582 CanonicalLoopInfo *Collapsed =
1590 Collapsed->getPreheader(), Collapsed->getHeader(),
1591 Collapsed->getCond(), Collapsed->getBody(),
1593 InbetweenTrail->getParent(), Collapsed->getLatch(),
1594 Collapsed->getExit(), Collapsed->getAfter(),
1600 auto *TripCount = cast<MulOperator>(Collapsed->getTripCount());
1607 EXPECT_EQ(OuterIV->getParent(), Collapsed->getBody());
1609 EXPECT_EQ(OuterIV->getOperand(0), Collapsed->getIndVar());
1613 EXPECT_EQ(InnerIV->getParent(), Collapsed->getBody());
1614 EXPECT_EQ(InnerIV->getOperand(0), Collapsed->getIndVar());