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.h392 class TestVector {
398 TestVector(unsigned N) : Values(N), Visited(N) {} in TestVector() function
429 auto getDifferences(const TestVector &B) const { in getDifferences()
439 using TestVectors = llvm::SmallVector<std::pair<TestVector, CondState>>;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp405 void buildTestVector(MCDCRecord::TestVector &TV, mcdc::ConditionID ID, in buildTestVector()
444 MCDCRecord::TestVector TV(NumConditions); in findExecutedTestVectors()