Lines Matching refs:GenLoops
1438 std::vector<CanonicalLoopInfo *> GenLoops = in TEST_F() local
1444 EXPECT_EQ(GenLoops.size(), 2u); in TEST_F()
1445 CanonicalLoopInfo *Floor = GenLoops[0]; in TEST_F()
1446 CanonicalLoopInfo *Tile = GenLoops[1]; in TEST_F()
1505 std::vector<CanonicalLoopInfo *> GenLoops = OMPBuilder.tileLoops( in TEST_F() local
1511 EXPECT_EQ(GenLoops.size(), 4u); in TEST_F()
1512 CanonicalLoopInfo *Floor1 = GenLoops[0]; in TEST_F()
1513 CanonicalLoopInfo *Floor2 = GenLoops[1]; in TEST_F()
1514 CanonicalLoopInfo *Tile1 = GenLoops[2]; in TEST_F()
1515 CanonicalLoopInfo *Tile2 = GenLoops[3]; in TEST_F()
1607 std::vector<CanonicalLoopInfo *> GenLoops = in TEST_F() local
1613 EXPECT_EQ(GenLoops.size(), 4u); in TEST_F()
1614 CanonicalLoopInfo *Floor0 = GenLoops[0]; in TEST_F()
1615 CanonicalLoopInfo *Floor1 = GenLoops[1]; in TEST_F()
1616 CanonicalLoopInfo *Tile0 = GenLoops[2]; in TEST_F()
1617 CanonicalLoopInfo *Tile1 = GenLoops[3]; in TEST_F()
1710 std::vector<CanonicalLoopInfo *> GenLoops = in TEST_F() local
1718 CanonicalLoopInfo *FloorLoop = GenLoops[0]; in TEST_F()