|
LLVM
8.0.1
|
Pass for printing a loop's contents as textual IR. More...
#include "llvm/Transforms/Scalar/LoopPassManager.h"


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... | |
Pass for printing a loop's contents as textual IR.
Definition at line 412 of file LoopPassManager.h.
| PrintLoopPass::PrintLoopPass | ( | ) |
Definition at line 97 of file LoopPassManager.cpp.
| PrintLoopPass::PrintLoopPass | ( | raw_ostream & | OS, |
| const std::string & | Banner = "" |
||
| ) |
Definition at line 98 of file LoopPassManager.cpp.
| PreservedAnalyses PrintLoopPass::run | ( | Loop & | L, |
| LoopAnalysisManager & | , | ||
| LoopStandardAnalysisResults & | , | ||
| LPMUpdater & | |||
| ) |
Definition at line 101 of file LoopPassManager.cpp.
References llvm::PreservedAnalyses::all(), and llvm::printLoop().
1.8.13