|
LLVM
8.0.1
|
Printer pass for the ScalarEvolutionAnalysis results.
More...
#include "llvm/Analysis/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 1890 of file ScalarEvolution.h.
|
inlineexplicit |
Definition at line 1895 of file ScalarEvolution.h.
| PreservedAnalyses ScalarEvolutionPrinterPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 11920 of file ScalarEvolution.cpp.
References llvm::PreservedAnalyses::all(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), INITIALIZE_PASS_BEGIN(), INITIALIZE_PASS_DEPENDENCY, and llvm::ScalarEvolution::print().
1.8.13