Home
last modified time | relevance | path

Searched refs:printStatistics (Results 1 – 7 of 7) sorted by relevance

/external/skia/modules/skparagraph/include/
DParagraphCache.h44 void printStatistics();
/external/llvm-project/mlir/lib/Pass/
DPassStatistics.cpp137 static void printStatistics(OpPassManager &pm, PassDisplayMode displayMode) { in printStatistics() function
240 printStatistics(*this, *passStatisticsMode); in dumpStatistics()
/external/llvm-project/polly/include/polly/
DSimplify.h103 void printStatistics(llvm::raw_ostream &OS, int Indent = 0) const;
/external/llvm-project/polly/lib/Transform/
DSimplify.cpp581 void SimplifyVisitor::printStatistics(llvm::raw_ostream &OS, int Indent) const { in printStatistics() function in SimplifyVisitor
660 printStatistics(OS); in printScop()
DForwardOpTree.cpp378 void printStatistics(raw_ostream &OS, int Indent = 0) { in printStatistics() function in __anon09f7b76b0111::ForwardOpTreeImpl
1014 printStatistics(OS, Indent); in print()
DDeLICM.cpp1165 void printStatistics(llvm::raw_ostream &OS, int Indent = 0) const { in printStatistics() function in __anon226e1a350111::DeLICMImpl
1343 printStatistics(OS, Indent); in print()
/external/skia/modules/skparagraph/src/
DParagraphCache.cpp224 void ParagraphCache::printStatistics() { in printStatistics() function in skia::textlayout::ParagraphCache