Home
last modified time | relevance | path

Searched refs:GenLoops (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1444 EXPECT_EQ(GenLoops.size(), 2u); in TEST_F()
1445 CanonicalLoopInfo *Floor = GenLoops[0]; in TEST_F()
1446 CanonicalLoopInfo *Tile = GenLoops[1]; in TEST_F()
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()
1613 EXPECT_EQ(GenLoops.size(), 4u); in TEST_F()
1616 CanonicalLoopInfo *Tile0 = GenLoops[2]; in TEST_F()
[all …]