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

An analysis that produces MemorySSA for a function. More...

#include "llvm/Analysis/MemorySSA.h"

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

Classes

struct  Result
 

Public Member Functions

Result run (Function &F, FunctionAnalysisManager &AM)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::AnalysisInfoMixin< MemorySSAAnalysis >
static AnalysisKeyID ()
 Returns an opaque, unique ID for this analysis type. More...
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< MemorySSAAnalysis >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

An analysis that produces MemorySSA for a function.

Definition at line 920 of file MemorySSA.h.

Member Function Documentation

◆ run()

MemorySSAAnalysis::Result MemorySSAAnalysis::run ( Function F,
FunctionAnalysisManager AM 
)

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