|
LLVM
3.7.0
|
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 () |
Printer pass for the LoopAnalysis results.
Definition at line 726 of file LoopInfo.h.
|
inlineexplicit |
Definition at line 730 of file LoopInfo.h.
|
inlinestatic |
Definition at line 733 of file LoopInfo.h.
| PreservedAnalyses LoopPrinterPass::run | ( | Function & | F, |
| AnalysisManager< Function > * | AM | ||
| ) |
Definition at line 682 of file LoopInfo.cpp.
References llvm::PreservedAnalyses::all(), F(), and llvm::detail::AnalysisManagerBase< DerivedT, IRUnitT >::getResult().
1.8.6