|
LLVM
8.0.1
|
Printer pass for the LoopAccessInfo results.
More...
#include "llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h"


Public Member Functions | |
| LoopAccessInfoPrinterPass (raw_ostream &OS) | |
| PreservedAnalyses | run (Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< LoopAccessInfoPrinterPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Printer pass for the LoopAccessInfo results.
Definition at line 19 of file LoopAccessAnalysisPrinter.h.
|
inlineexplicit |
Definition at line 24 of file LoopAccessAnalysisPrinter.h.
References run().
| PreservedAnalyses LoopAccessInfoPrinterPass::run | ( | Loop & | L, |
| LoopAnalysisManager & | AM, | ||
| LoopStandardAnalysisResults & | AR, | ||
| LPMUpdater & | U | ||
| ) |
Definition at line 17 of file LoopAccessAnalysisPrinter.cpp.
References llvm::PreservedAnalyses::all(), F(), llvm::LoopBase< BlockT, LoopT >::getHeader(), llvm::Value::getName(), llvm::BasicBlock::getParent(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::raw_ostream::indent().
Referenced by LoopAccessInfoPrinterPass().
1.8.13