reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-profdata/llvm-profdata.cpp
  847     OS << "The list of functions with the maximum counter less than "
  853     OS << ":ir\n";
  870                                          OS);
  887         OS << "  " << Func.Name << ": (Max = " << FuncMax
  906         OS << "Counters:\n";
  910       OS << "  " << Func.Name << ":\n"
  914         OS << "    Function count: " << Func.Counts[0] << "\n";
  917         OS << "    Indirect Call Site Count: "
  922         OS << "    Number of Memory Intrinsics Calls: " << NumMemOPCalls
  926         OS << "    Block counts: [";
  929           OS << (I == Start ? "" : ", ") << Func.Counts[I];
  931         OS << "]\n";
  935         OS << "    Indirect Target Results:\n";
  937                               VPStats[IPVK_IndirectCallTarget], OS,
  942         OS << "    Memory Intrinsic Size Results:\n";
  943         traverseAllValueSites(Func, IPVK_MemOPSize, VPStats[IPVK_MemOPSize], OS,
  954   OS << "Instrumentation level: "
  957     OS << "Functions shown: " << ShownFunctions << "\n";
  958   OS << "Total functions: " << PS->getNumFunctions() << "\n";
  960     OS << "Number of functions with maximum count (< " << ValueCutoff
  962     OS << "Number of functions with maximum count (>= " << ValueCutoff
  965   OS << "Maximum function count: " << PS->getMaxFunctionCount() << "\n";
  966   OS << "Maximum internal block count: " << PS->getMaxInternalCount() << "\n";
  974     OS << "Top " << TopN
  977       OS << "  " << hotfunc.first << ", max count = " << hotfunc.second << "\n";
  981     OS << "Statistics for indirect call sites profile:\n";
  982     showValueSitesStats(OS, IPVK_IndirectCallTarget,
  987     OS << "Statistics for memory intrinsic calls sizes profile:\n";
  988     showValueSitesStats(OS, IPVK_MemOPSize, VPStats[IPVK_MemOPSize]);
  992     OS << "Detailed summary:\n";
  993     OS << "Total number of blocks: " << PS->getNumCounts() << "\n";
  994     OS << "Total count: " << PS->getTotalCount() << "\n";
  996       OS << Entry.NumCounts << " blocks with count >= " << Entry.MinCount