Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h405 class TestVector {
411 TestVector(unsigned N) : Values(N), Visited(N) {} in TestVector() function
442 auto getDifferences(const TestVector &B) const { in getDifferences()
452 using TestVectors = llvm::SmallVector<std::pair<TestVector, CondState>>;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp459 void buildTestVector(MCDCRecord::TestVector &TV, mcdc::ConditionID ID, in buildTestVector()
498 MCDCRecord::TestVector TV(NumConditions); in findExecutedTestVectors()