LLVM 22.0.0git
llvm::MemorySSAAnalysis::Result Struct Reference

#include "llvm/Analysis/MemorySSA.h"

Public Member Functions

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

Public Attributes

std::unique_ptr< MemorySSAMSSA

Detailed Description

Definition at line 945 of file MemorySSA.h.

Constructor & Destructor Documentation

◆ Result()

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

Definition at line 946 of file MemorySSA.h.

References llvm::move(), and MSSA.

Member Function Documentation

◆ getMSSA()

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

Definition at line 948 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 950 of file MemorySSA.h.

Referenced by getMSSA(), and Result().


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