HomeSort by relevance Sort by last modified time
    Searched defs:NumRecords (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 298 /// NumRecords - The total number of records these blocks contain, and the
300 unsigned NumRecords, NumAbbreviatedRecords;
307 NumSubBlocks(0), NumAbbrevs(0), NumRecords(0), NumAbbreviatedRecords(0) {}
405 ++BlockStats.NumRecords;
568 outs() << " Tot/Avg Records: " << Stats.NumRecords << "/"
569 << Stats.NumRecords/(double)Stats.NumInstances << "\n";
573 outs() << " Num Records: " << Stats.NumRecords << "\n";
575 if (Stats.NumRecords) {
576 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords;
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 535 unsigned NumRecords = 0;
543 if (NumRecords != TypeList.size())
686 if (NumRecords >= TypeList.size())
690 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
693 TypeList[NumRecords] = 0;
715 if (NumRecords >= TypeList.size())
719 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
722 TypeList[NumRecords] = 0;
747 if (NumRecords >= TypeList.size())
750 assert(TypeList[NumRecords] == 0 && "Already read type?")
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 562 unsigned NumRecords = 0;
570 if (NumRecords != TypeList.size())
691 if (NumRecords >= TypeList.size())
695 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
698 TypeList[NumRecords] = 0;
720 if (NumRecords >= TypeList.size())
724 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
727 TypeList[NumRecords] = 0;
752 if (NumRecords >= TypeList.size())
755 assert(TypeList[NumRecords] == 0 && "Already read type?")
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 841 unsigned NumRecords = 0;
849 if (NumRecords != TypeList.size())
    [all...]

Completed in 515 milliseconds