Searched refs:NumRecords (Results 1 – 5 of 5) sorted by relevance
440 unsigned NumRecords, NumAbbreviatedRecords; member447 NumSubBlocks(0), NumAbbrevs(0), NumRecords(0), NumAbbreviatedRecords(0) {} in PerBlockIDStats()609 ++BlockStats.NumRecords; in ParseBlock()940 outs() << " Tot/Avg Records: " << Stats.NumRecords << "/" in AnalyzeBitcode()941 << Stats.NumRecords/(double)Stats.NumInstances << "\n"; in AnalyzeBitcode()945 outs() << " Num Records: " << Stats.NumRecords << "\n"; in AnalyzeBitcode()947 if (Stats.NumRecords) { in AnalyzeBitcode()948 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords; in AnalyzeBitcode()
58 uint32_t NumRecords) in LazyRandomTypeCollection() argument59 : LazyRandomTypeCollection(Types, NumRecords, PartialOffsetArray()) {} in LazyRandomTypeCollection()
306 size_t NumRecords = StreamLen / sizeof(object::FpoData); in initializeFpoRecords() local308 if (auto EC = Reader.readArray(FpoRecords, NumRecords)) in initializeFpoRecords()
373 auto NumRecords = readNumber<uint32_t>(); in readProfile() local374 if (std::error_code EC = NumRecords.getError()) in readProfile()377 for (uint32_t I = 0; I < *NumRecords; ++I) { in readProfile()
1546 unsigned NumRecords = 0; in parseTypeTableBody() local1559 if (NumRecords != TypeList.size()) in parseTypeTableBody()1704 if (NumRecords >= TypeList.size()) in parseTypeTableBody()1708 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in parseTypeTableBody()1711 TypeList[NumRecords] = nullptr; in parseTypeTableBody()1733 if (NumRecords >= TypeList.size()) in parseTypeTableBody()1737 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in parseTypeTableBody()1740 TypeList[NumRecords] = nullptr; in parseTypeTableBody()1767 if (NumRecords >= TypeList.size()) in parseTypeTableBody()1769 if (TypeList[NumRecords]) in parseTypeTableBody()[all …]