Searched refs:LineCounts (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | CoverageMappingTest.cpp | 688 unsigned LineCounts[] = {20, 20, 20, 20, 30, 10, 10, 10, 10, 0, 0}; in TEST_P() local 692 ASSERT_EQ(LineCounts[Line], LCS.getExecutionCount()); in TEST_P()
|