Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp388 bool IsVersion11; member in __anondf0c3b9d0311::MCDCRecordProcessor
394 bool IsVersion11) in MCDCRecordProcessor() argument
399 ExecVectors(ExecVectorsByCond[false]), IsVersion11(IsVersion11) {} in MCDCRecordProcessor()
422 if (!Bitmap[IsVersion11 in buildTestVector()
530 ArrayRef<const CounterMappingRegion *> Branches, bool IsVersion11) { in evaluateMCDCRegion() argument
532 MCDCRecordProcessor MCDCProcessor(Bitmap, Region, Branches, IsVersion11); in evaluateMCDCRegion()
620 bool IsVersion11) { in getMaxBitmapSize() argument
636 if (IsVersion11) in getMaxBitmapSize()
828 bool IsVersion11 = in loadFunctionRecord() local
842 Bitmap = BitVector(getMaxBitmapSize(Record, IsVersion11)); in loadFunctionRecord()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h681 bool IsVersion11);