LLVM  8.0.1
Public Member Functions | List of all members
llvm::MemorySSAPrinterPass Class Reference

Printer pass for MemorySSA. More...

#include "llvm/Analysis/MemorySSA.h"

Inheritance diagram for llvm::MemorySSAPrinterPass:
Inheritance graph
[legend]
Collaboration diagram for llvm::MemorySSAPrinterPass:
Collaboration graph
[legend]

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...
 

Detailed Description

Printer pass for MemorySSA.

Definition at line 941 of file MemorySSA.h.

Constructor & Destructor Documentation

◆ MemorySSAPrinterPass()

llvm::MemorySSAPrinterPass::MemorySSAPrinterPass ( raw_ostream OS)
inlineexplicit

Definition at line 945 of file MemorySSA.h.

Member Function Documentation

◆ run()

PreservedAnalyses MemorySSAPrinterPass::run ( Function F,
FunctionAnalysisManager AM 
)

The documentation for this class was generated from the following files: