Home
last modified time | relevance | path

Searched defs:printSummary (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/lib/Transforms/
H A DOpStats.cpp60 void PrintOpStatsPass::printSummary() { printSummary() function in PrintOpStatsPass
/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp251 void ProfileSummary::printSummary(raw_ostream &OS) const { in printSummary() function in ProfileSummary
H A DAsmWriter.cpp3571 void AssemblyWriter::printSummary(const GlobalValueSummary &Summary) { printSummary() function in AssemblyWriter
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp400 void LVCompare::printSummary() const { printSummary() function in LVCompare
H A DLVScope.cpp1595 void LVScopeCompileUnit::printSummary(raw_ostream &OS) const { in printSummary() function in LVScopeCompileUnit
1600 void LVScopeCompileUnit::printSummary(raw_ostream &OS, const LVCounter &Counter, in printSummary() function in LVScopeCompileUnit
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h140 virtual void printSummary(raw_ostream &OS) const {} in printSummary() function
/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp974 void Context::printSummary(const Summary &summary, raw_ostream &os) const { in printSummary() function in Context