LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::MemorySSAAnalysis::Result Struct Reference

#include <MemorySSA.h>

Collaboration diagram for llvm::MemorySSAAnalysis::Result:
[legend]

Public Member Functions

 Result (std::unique_ptr< MemorySSA > &&MSSA)
 
MemorySSAgetMSSA ()
 

Public Attributes

std::unique_ptr< MemorySSAMSSA
 

Detailed Description

Definition at line 698 of file MemorySSA.h.

Constructor & Destructor Documentation

llvm::MemorySSAAnalysis::Result::Result ( std::unique_ptr< MemorySSA > &&  MSSA)
inline

Definition at line 699 of file MemorySSA.h.

Member Function Documentation

MemorySSA& llvm::MemorySSAAnalysis::Result::getMSSA ( )
inline

Definition at line 700 of file MemorySSA.h.

References MSSA.

Member Data Documentation

std::unique_ptr<MemorySSA> llvm::MemorySSAAnalysis::Result::MSSA

Definition at line 702 of file MemorySSA.h.

Referenced by getMSSA().


The documentation for this struct was generated from the following file: