Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DGCOV.cpp245 LineCounts L(AllLines.count('\n')+2); in addLineCount()
250 LineCounts &L = LineInfo[Filename]; in addLineCount()
256 for (StringMap<LineCounts>::iterator I = LineInfo.begin(), E = LineInfo.end(); in print()
260 LineCounts &L = LineInfo[Filename]; in print()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGCOV.h213 typedef SmallVector<uint32_t, 16> LineCounts; typedef
219 StringMap<LineCounts> LineInfo;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp679 unsigned LineCounts[] = {20, 20, 20, 20, 30, 10, 10, 10, 10, 0, 0}; in TEST_P() local
683 ASSERT_EQ(LineCounts[Line], LCS.getExecutionCount()); in TEST_P()