Home
last modified time | relevance | path

Searched refs:printDispatchHistogram (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.h61 void printDispatchHistogram(llvm::raw_ostream &OS) const;
80 printDispatchHistogram(OS); in printView()
H A DDispatchStatistics.cpp35 void DispatchStatistics::printDispatchHistogram(raw_ostream &OS) const { in printDispatchHistogram() function in llvm::mca::DispatchStatistics