LLVM  3.7.0
Public Member Functions | Static Public Member Functions | List of all members
llvm::LoopPrinterPass Class Reference

Printer pass for the LoopAnalysis results. More...

#include <LoopInfo.h>

Public Member Functions

 LoopPrinterPass (raw_ostream &OS)
 
PreservedAnalyses run (Function &F, AnalysisManager< Function > *AM)
 

Static Public Member Functions

static StringRef name ()
 

Detailed Description

Printer pass for the LoopAnalysis results.

Definition at line 726 of file LoopInfo.h.

Constructor & Destructor Documentation

llvm::LoopPrinterPass::LoopPrinterPass ( raw_ostream OS)
inlineexplicit

Definition at line 730 of file LoopInfo.h.

Member Function Documentation

static StringRef llvm::LoopPrinterPass::name ( )
inlinestatic

Definition at line 733 of file LoopInfo.h.

PreservedAnalyses LoopPrinterPass::run ( Function F,
AnalysisManager< Function > *  AM 
)

The documentation for this class was generated from the following files: