diff options
-rw-r--r-- | llvm/include/llvm/Analysis/LoopCacheAnalysis.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/include/llvm/Analysis/LoopCacheAnalysis.h b/llvm/include/llvm/Analysis/LoopCacheAnalysis.h index 662b4eafc97..ffec78b6db2 100644 --- a/llvm/include/llvm/Analysis/LoopCacheAnalysis.h +++ b/llvm/include/llvm/Analysis/LoopCacheAnalysis.h @@ -262,6 +262,9 @@ private: DependenceInfo &DI; }; +raw_ostream &operator<<(raw_ostream &OS, const IndexedReference &R); +raw_ostream &operator<<(raw_ostream &OS, const CacheCost &CC); + /// Printer pass for the \c CacheCost results. class LoopCachePrinterPass : public PassInfoMixin<LoopCachePrinterPass> { raw_ostream &OS; |