Searched refs:allocValueTables (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | InstrRefLDVTest.cpp | 490 allocValueTables(unsigned Blocks, unsigned Locs) { in allocValueTables() function in InstrRefLDVTest 919 std::tie(MOutLocs, MInLocs) = allocValueTables(1, 2); in TEST_F() 985 std::tie(MInLocs, MOutLocs) = allocValueTables(4, 2); in TEST_F() 1139 std::tie(MInLocs, MOutLocs) = allocValueTables(4, 11); in TEST_F() 1201 std::tie(MInLocs, MOutLocs) = allocValueTables(3, 2); in TEST_F() 1300 std::tie(MInLocs, MOutLocs) = allocValueTables(5, 2); in TEST_F() 1502 std::tie(MInLocs, MOutLocs) = allocValueTables(5, 2); in TEST_F() 1658 std::tie(MInLocs, MOutLocs) = allocValueTables(5, 2); in TEST_F() 1791 std::tie(MInLocs, MOutLocs) = allocValueTables(4, 2); in TEST_F() 1920 std::tie(MInLocs, MOutLocs) = allocValueTables(3, 2); in TEST_F() [all …]
|