LLVM  4.0.0
Public Member Functions | List of all members
llvm::PrintLoopPass Class Reference

Pass for printing a loop's contents as textual IR. More...

#include <LoopPassManager.h>

Inheritance diagram for llvm::PrintLoopPass:
[legend]
Collaboration diagram for llvm::PrintLoopPass:
[legend]

Public Member Functions

 PrintLoopPass ()
 
 PrintLoopPass (raw_ostream &OS, const std::string &Banner="")
 
PreservedAnalyses run (Loop &L, LoopAnalysisManager &, LoopStandardAnalysisResults &, LPMUpdater &)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< PrintLoopPass >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

Pass for printing a loop's contents as textual IR.

Definition at line 350 of file LoopPassManager.h.

Constructor & Destructor Documentation

PrintLoopPass::PrintLoopPass ( )

Definition at line 76 of file LoopPassManager.cpp.

PrintLoopPass::PrintLoopPass ( raw_ostream OS,
const std::string &  Banner = "" 
)

Definition at line 77 of file LoopPassManager.cpp.

Member Function Documentation

PreservedAnalyses PrintLoopPass::run ( Loop L,
LoopAnalysisManager ,
LoopStandardAnalysisResults ,
LPMUpdater  
)

Definition at line 80 of file LoopPassManager.cpp.

References llvm::PreservedAnalyses::all(), and llvm::printLoop().


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