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