Home
last modified time | relevance | path

Searched refs:NumConditions (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp229 unsigned NC = MCDCDecision->MCDCParams.NumConditions; in evaluateBitmap()
262 unsigned NumConditions; member in MCDCRecordProcessor
285 NumConditions(Region.MCDCParams.NumConditions), in MCDCRecordProcessor()
286 Folded(NumConditions, false), IndependencePairs(NumConditions), in MCDCRecordProcessor()
287 TestVectors((size_t)1 << NumConditions) {} in MCDCRecordProcessor()
378 if ((A[NumConditions] ^ B[NumConditions]) != 1) in matchTestVectors()
381 for (unsigned Idx = 0; Idx < NumConditions; ++Idx) { in matchTestVectors()
408 for (unsigned C = 0; C < NumConditions; ++C) { in findIndependencePairs()
572 unsigned NumConditions = 0; in getMaxBitmapSize() local
580 NumConditions = Region.MCDCParams.NumConditions; in getMaxBitmapSize()
[all …]
H A DCoverageMappingWriter.cpp263 encodeULEB128(unsigned(I->MCDCParams.NumConditions), OS); in write()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp51 const auto NumConditions = Record.getNumConditions(); in sumMCDCPairs() local
52 for (unsigned C = 0; C < NumConditions; C++) { in sumMCDCPairs()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h258 unsigned NumConditions = 0; member
418 assert(Region.MCDCParams.NumConditions != 0 && in getNumConditions()
420 return Region.MCDCParams.NumConditions; in getNumConditions()
493 const auto NumConditions = getNumConditions(); in getTestVectorHeaderString() local
494 for (unsigned I = 0; I < NumConditions; I++) { in getTestVectorHeaderString()
496 if (I != NumConditions - 1) in getTestVectorHeaderString()
507 const auto NumConditions = getNumConditions(); in getTestVectorString() local
510 for (unsigned Condition = 0; Condition < NumConditions; Condition++) { in getTestVectorString()
526 if (Condition != NumConditions - 1) in getTestVectorString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp116 unsigned NumConditions = 0; in collectControlConditions() local
157 ++NumConditions; in collectControlConditions()
159 if (MaxLookup != 0 && NumConditions > MaxLookup) in collectControlConditions()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp188 bool isMCDCDecision() const { return MCDCParams.NumConditions != 0; } in isMCDCDecision()
2130 OS << ", C:" << R.MCDCParams.NumConditions; in dump()