• Home
  • Raw
  • Download

Lines Matching refs:outs

334     if (Dump) outs() << Indent << "<BLOCKINFO_BLOCK/>\n";  in ParseBlock()
348 outs() << Indent << "<"; in ParseBlock()
350 outs() << BlockName; in ParseBlock()
352 outs() << "UnknownBlock" << BlockID; in ParseBlock()
355 outs() << " BlockID=" << BlockID; in ParseBlock()
357 outs() << " NumWords=" << NumWords in ParseBlock()
379 outs() << Indent << "</"; in ParseBlock()
381 outs() << BlockName << ">\n"; in ParseBlock()
383 outs() << "UnknownBlock" << BlockID << ">\n"; in ParseBlock()
425 outs() << Indent << " <"; in ParseBlock()
428 outs() << CodeName; in ParseBlock()
430 outs() << "UnknownCode" << Code; in ParseBlock()
433 outs() << " codeid=" << Code; in ParseBlock()
435 outs() << " abbrevid=" << AbbrevID; in ParseBlock()
438 outs() << " op" << i << "=" << (int64_t)Record[i]; in ParseBlock()
440 outs() << "/>"; in ParseBlock()
443 outs() << " blob data = "; in ParseBlock()
452 outs() << "'" << std::string(BlobStart, BlobStart+BlobLen) <<"'"; in ParseBlock()
454 outs() << "unprintable, " << BlobLen << " bytes."; in ParseBlock()
457 outs() << "\n"; in ParseBlock()
528 if (Dump) outs() << "\n\n"; in AnalyzeBitcode()
532 outs() << "Summary of " << InputFilename << ":\n"; in AnalyzeBitcode()
533 outs() << " Total size: "; in AnalyzeBitcode()
535 outs() << "\n"; in AnalyzeBitcode()
536 outs() << " Stream type: "; in AnalyzeBitcode()
538 case UnknownBitstream: outs() << "unknown\n"; break; in AnalyzeBitcode()
539 case LLVMIRBitstream: outs() << "LLVM IR\n"; break; in AnalyzeBitcode()
541 outs() << " # Toplevel Blocks: " << NumTopBlocks << "\n"; in AnalyzeBitcode()
542 outs() << "\n"; in AnalyzeBitcode()
545 outs() << "Per-block Summary:\n"; in AnalyzeBitcode()
548 outs() << " Block ID #" << I->first; in AnalyzeBitcode()
550 outs() << " (" << BlockName << ")"; in AnalyzeBitcode()
551 outs() << ":\n"; in AnalyzeBitcode()
554 outs() << " Num Instances: " << Stats.NumInstances << "\n"; in AnalyzeBitcode()
555 outs() << " Total Size: "; in AnalyzeBitcode()
557 outs() << "\n"; in AnalyzeBitcode()
561 outs() << " Average Size: "; in AnalyzeBitcode()
563 outs() << "\n"; in AnalyzeBitcode()
564 outs() << " Tot/Avg SubBlocks: " << Stats.NumSubBlocks << "/" in AnalyzeBitcode()
566 outs() << " Tot/Avg Abbrevs: " << Stats.NumAbbrevs << "/" in AnalyzeBitcode()
568 outs() << " Tot/Avg Records: " << Stats.NumRecords << "/" in AnalyzeBitcode()
571 outs() << " Num SubBlocks: " << Stats.NumSubBlocks << "\n"; in AnalyzeBitcode()
572 outs() << " Num Abbrevs: " << Stats.NumAbbrevs << "\n"; in AnalyzeBitcode()
573 outs() << " Num Records: " << Stats.NumRecords << "\n"; in AnalyzeBitcode()
577 outs() << " Percent Abbrevs: " << format("%2.4f%%", pct) << "\n"; in AnalyzeBitcode()
579 outs() << "\n"; in AnalyzeBitcode()
590 outs() << "\tRecord Histogram:\n"; in AnalyzeBitcode()
610 outs() << "\n"; in AnalyzeBitcode()