|
LLVM
4.0.0
|
Printer pass for the ScalarEvolutionAnalysis results.
More...
#include <ScalarEvolution.h>
Public Member Functions | |
| ScalarEvolutionPrinterPass (raw_ostream &OS) | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< ScalarEvolutionPrinterPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Printer pass for the ScalarEvolutionAnalysis results.
Definition at line 1640 of file ScalarEvolution.h.
|
inlineexplicit |
Definition at line 1645 of file ScalarEvolution.h.
| PreservedAnalyses ScalarEvolutionPrinterPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 10052 of file ScalarEvolution.cpp.
References llvm::PreservedAnalyses::all(), F, and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().
1.8.6