LLVM 20.0.0git
|
#include "llvm/Analysis/MemorySSA.h"
Public Member Functions | |
Result (std::unique_ptr< MemorySSA > &&MSSA) | |
MemorySSA & | getMSSA () |
bool | invalidate (Function &F, const PreservedAnalyses &PA, FunctionAnalysisManager::Invalidator &Inv) |
Public Attributes | |
std::unique_ptr< MemorySSA > | MSSA |
Definition at line 933 of file MemorySSA.h.
|
inline |
Definition at line 934 of file MemorySSA.h.
|
inline |
Definition at line 936 of file MemorySSA.h.
References MSSA.
bool MemorySSAAnalysis::Result::invalidate | ( | Function & | F, |
const PreservedAnalyses & | PA, | ||
FunctionAnalysisManager::Invalidator & | Inv | ||
) |
std::unique_ptr<MemorySSA> llvm::MemorySSAAnalysis::Result::MSSA |
Definition at line 938 of file MemorySSA.h.
Referenced by getMSSA().