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

#include "llvm/Analysis/MemorySSA.h"

Public Member Functions

 Result (std::unique_ptr< MemorySSA > &&MSSA)
 
MemorySSAgetMSSA ()
 
bool invalidate (Function &F, const PreservedAnalyses &PA, FunctionAnalysisManager::Invalidator &Inv)
 

Public Attributes

std::unique_ptr< MemorySSAMSSA
 

Detailed Description

Definition at line 932 of file MemorySSA.h.

Constructor & Destructor Documentation

◆ Result()

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

Definition at line 933 of file MemorySSA.h.

Member Function Documentation

◆ getMSSA()

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

Definition at line 935 of file MemorySSA.h.

References MSSA.

◆ invalidate()

bool MemorySSAAnalysis::Result::invalidate ( Function F,
const PreservedAnalyses PA,
FunctionAnalysisManager::Invalidator Inv 
)

Member Data Documentation

◆ MSSA

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

Definition at line 937 of file MemorySSA.h.

Referenced by getMSSA().


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