Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp571 unsigned MaxBitmapID = 0; in getMaxBitmapSize() local
578 MaxBitmapID <= Region.MCDCParams.BitmapIdx) { in getMaxBitmapSize()
579 MaxBitmapID = Region.MCDCParams.BitmapIdx; in getMaxBitmapSize()
584 return MaxBitmapID + (SizeInBits / CHAR_BIT); in getMaxBitmapSize()