Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp290 void recordTestVector(MCDCRecord::TestVector &TV, in recordTestVector()
309 void shouldCopyOffTestVectorForTruePath(MCDCRecord::TestVector &TV, in shouldCopyOffTestVectorForTruePath()
321 void shouldCopyOffTestVectorForFalsePath(MCDCRecord::TestVector &TV, in shouldCopyOffTestVectorForFalsePath()
338 void buildTestVector(MCDCRecord::TestVector &TV, unsigned ID = 1) { in buildTestVector()
364 const MCDCRecord::TestVector &A = ExecVectors[Aidx]; in matchTestVectors()
365 const MCDCRecord::TestVector &B = ExecVectors[Bidx]; in matchTestVectors()
459 MCDCRecord::TestVector TV(NumConditions, MCDCRecord::MCDC_DontCare); in processMCDCRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h393 using TestVector = llvm::SmallVector<CondState>; member
394 using TestVectors = llvm::SmallVector<TestVector>;