diff options
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/Analysis.h')
-rw-r--r-- | llvm/tools/llvm-exegesis/lib/Analysis.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/Analysis.h b/llvm/tools/llvm-exegesis/lib/Analysis.h index d8046e54a70..ef9ded7ad3a 100644 --- a/llvm/tools/llvm-exegesis/lib/Analysis.h +++ b/llvm/tools/llvm-exegesis/lib/Analysis.h @@ -40,7 +40,9 @@ public: template <typename Pass> llvm::Error run(llvm::raw_ostream &OS) const; private: - void printInstructionRow(bool PrintSchedClass, size_t PointId, + void printInstructionRowCsv(size_t PointId, llvm::raw_ostream &OS) const; + + void printSchedClassHtml(std::vector<size_t> PointIds, llvm::raw_ostream &OS) const; // Builds a map of Sched Class -> indices of points that belong to the sched |