|
LLVM
8.0.1
|
An analysis that produces MemorySSA for a function.
More...
#include "llvm/Analysis/MemorySSA.h"


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 AnalysisKey * | ID () |
| 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... | |
An analysis that produces MemorySSA for a function.
Definition at line 920 of file MemorySSA.h.
| MemorySSAAnalysis::Result MemorySSAAnalysis::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 2158 of file MemorySSA.cpp.
References F(), and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().
1.8.13