Lines Matching defs:Tile
1632 // Tile the loop.
1642 CanonicalLoopInfo *Tile = GenLoops[1];
1646 Floor->getBody(), Tile->getPreheader(), Tile->getHeader(),
1647 Tile->getCond(), Tile->getBody(), BodyCode,
1648 Tile->getLatch(), Tile->getExit(), Tile->getAfter(),
1657 EXPECT_EQ(cast<Instruction>(Shift)->getParent(), Tile->getBody());
1658 EXPECT_EQ(Shift->getOperand(1), Tile->getIndVar());
1660 EXPECT_EQ(cast<Instruction>(Scale)->getParent(), Tile->getBody());
1704 // Tile to loop nest.
1812 // Tile the loop nest.
1920 // Tile the loop.