Home
last modified time | relevance | path

Searched defs:ExecutedTestVectorBitmap (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp252 const BitVector &ExecutedTestVectorBitmap; global() member in MCDCRecordProcessor
348 findExecutedTestVectors(const BitVector & ExecutedTestVectorBitmap) findExecutedTestVectors() argument
480 evaluateMCDCRegion(const CounterMappingRegion & Region,const BitVector & ExecutedTestVectorBitmap,ArrayRef<const CounterMappingRegion * > Branches) evaluateMCDCRegion() argument
840 Expected<BitVector> ExecutedTestVectorBitmap = loadFunctionRecord() local