Home
last modified time | relevance | path

Searched refs:BitmapIdx (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp262 encodeULEB128(unsigned(I->MCDCParams.BitmapIdx), OS); in write()
H A DCoverageMapping.cpp228 unsigned ID = MCDCDecision->MCDCParams.BitmapIdx; in evaluateBitmap()
578 MaxBitmapID <= Region.MCDCParams.BitmapIdx) { in getMaxBitmapSize()
579 MaxBitmapID = Region.MCDCParams.BitmapIdx; in getMaxBitmapSize()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp895 size_t pushRegion(unsigned BitmapIdx, unsigned Conditions, in pushRegion()
899 RegionStack.emplace_back(MCDCParameters{BitmapIdx, Conditions}, StartLoc, in pushRegion()
1068 void createDecisionRegion(const Expr *C, unsigned BitmapIdx, unsigned Conds) { in createDecisionRegion()
1069 popRegions(pushRegion(BitmapIdx, Conds, getStart(C), getEnd(C))); in createDecisionRegion()
2129 OS << "M:" << R.MCDCParams.BitmapIdx; in dump()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h255 unsigned BitmapIdx = 0; member