Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp302 unsigned NumRecords, NumAbbreviatedRecords; member
309 NumSubBlocks(0), NumAbbrevs(0), NumRecords(0), NumAbbreviatedRecords(0) {} in PerBlockIDStats()
407 ++BlockStats.NumRecords; in ParseBlock()
571 errs() << " Tot/Avg Records: " << Stats.NumRecords << "/" in AnalyzeBitcode()
572 << Stats.NumRecords/(double)Stats.NumInstances << "\n"; in AnalyzeBitcode()
576 errs() << " Num Records: " << Stats.NumRecords << "\n"; in AnalyzeBitcode()
578 if (Stats.NumRecords) { in AnalyzeBitcode()
579 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords; in AnalyzeBitcode()
/external/clang/lib/Basic/
DTargets.cpp542 unsigned &NumRecords) const { in getTargetBuiltins()
544 NumRecords = clang::PPC::LastTSBuiltin-Builtin::FirstTSBuiltin; in getTargetBuiltins()
893 unsigned &NumRecords) const { in getTargetBuiltins()
895 NumRecords = clang::PTX::LastTSBuiltin-Builtin::FirstTSBuiltin; in getTargetBuiltins()
972 unsigned &NumRecords) const { in getTargetBuiltins()
975 NumRecords = 0; in getTargetBuiltins()
1137 unsigned &NumRecords) const { in getTargetBuiltins()
1139 NumRecords = clang::X86::LastTSBuiltin-Builtin::FirstTSBuiltin; in getTargetBuiltins()
2121 unsigned &NumRecords) const { in getTargetBuiltins()
2123 NumRecords = clang::ARM::LastTSBuiltin-Builtin::FirstTSBuiltin; in getTargetBuiltins()
[all …]
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp495 unsigned NumRecords = 0; in ParseTypeTableBody() local
503 if (NumRecords != TypeList.size()) in ParseTypeTableBody()
624 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
628 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
631 TypeList[NumRecords] = 0; in ParseTypeTableBody()
653 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
657 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
660 TypeList[NumRecords] = 0; in ParseTypeTableBody()
685 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()
688 assert(TypeList[NumRecords] == 0 && "Already read type?"); in ParseTypeTableBody()
[all …]
/external/clang/include/clang/Basic/
DTargetInfo.h300 unsigned &NumRecords) const = 0;