LLVM 19.0.0git
Public Member Functions | Static 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]

Public Member Functions

 MemorySSAPrinterPass (raw_ostream &OS, bool EnsureOptimizedUses)
 
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< MemorySSAPrinterPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Static Public Member Functions

static bool isRequired ()
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< MemorySSAPrinterPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

Printer pass for MemorySSA.

Definition at line 947 of file MemorySSA.h.

Constructor & Destructor Documentation

◆ MemorySSAPrinterPass()

llvm::MemorySSAPrinterPass::MemorySSAPrinterPass ( raw_ostream OS,
bool  EnsureOptimizedUses 
)
inlineexplicit

Definition at line 952 of file MemorySSA.h.

References OS.

Member Function Documentation

◆ isRequired()

static bool llvm::MemorySSAPrinterPass::isRequired ( )
inlinestatic

Definition at line 957 of file MemorySSA.h.

◆ run()

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

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