1 //===--------------------- PipelinePrinter.cpp ------------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
11 /// This file implements the PipelinePrinter interface.
13 //===----------------------------------------------------------------------===//
15 #include "PipelinePrinter.h"
16 #include "Views/View.h"
22 void PipelinePrinter::printReport(llvm::raw_ostream
&OS
) const {
23 for (const auto &V
: Views
)