Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp307 unsigned NumRecords, NumAbbreviatedRecords; member
314 NumSubBlocks(0), NumAbbrevs(0), NumRecords(0), NumAbbreviatedRecords(0) {} in PerBlockIDStats()
421 ++BlockStats.NumRecords; in ParseBlock()
627 outs() << " Tot/Avg Records: " << Stats.NumRecords << "/" in AnalyzeBitcode()
628 << Stats.NumRecords/(double)Stats.NumInstances << "\n"; in AnalyzeBitcode()
632 outs() << " Num Records: " << Stats.NumRecords << "\n"; in AnalyzeBitcode()
634 if (Stats.NumRecords) { in AnalyzeBitcode()
635 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords; in AnalyzeBitcode()
/minix/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp287 auto NumRecords = readNumber<unsigned>(); in read() local
288 if (std::error_code EC = NumRecords.getError()) in read()
290 for (unsigned I = 0; I < *NumRecords; ++I) { in read()
/minix/external/bsd/llvm/dist/clang/lib/Basic/
H A DTargets.cpp791 unsigned &NumRecords) const override { in getTargetBuiltins()
1629 unsigned &NumRecords) const override { in getTargetBuiltins()
4319 unsigned &NumRecords) const override { in getTargetBuiltins()
5030 unsigned &NumRecords) const override { in getTargetBuiltins()
5198 unsigned &NumRecords) const override { in getTargetBuiltins()
5389 unsigned &NumRecords) const override { in getTargetBuiltins()
5392 NumRecords = 0; in getTargetBuiltins()
5497 NumRecords = 0; in getTargetBuiltins()
5760 unsigned &NumRecords) const override { in getTargetBuiltins()
6234 unsigned &NumRecords) const override { in getTargetBuiltins()
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp882 unsigned NumRecords = 0; in ParseTypeTableBody() local
895 if (NumRecords != TypeList.size()) in ParseTypeTableBody()
1028 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
1032 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
1035 TypeList[NumRecords] = nullptr; in ParseTypeTableBody()
1057 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
1061 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
1064 TypeList[NumRecords] = nullptr; in ParseTypeTableBody()
1089 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
1092 assert(!TypeList[NumRecords] && "Already read type?"); in ParseTypeTableBody()
[all …]
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h496 unsigned &NumRecords) const = 0;
/minix/external/bsd/llvm/dist/llvm/docs/
H A DStackMaps.rst329 uint32 : NumRecords
337 StkMapRecord[NumRecords] {