reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
958 OS << "Total functions: " << PS->getNumFunctions() << "\n"; 963 << "): " << PS->getNumFunctions() - BelowCutoffFunctions << "\n"; 965 OS << "Maximum function count: " << PS->getMaxFunctionCount() << "\n"; 966 OS << "Maximum internal block count: " << PS->getMaxInternalCount() << "\n"; 993 OS << "Total number of blocks: " << PS->getNumCounts() << "\n"; 994 OS << "Total count: " << PS->getTotalCount() << "\n"; 995 for (auto Entry : PS->getDetailedSummary()) {