LLVM
8.0.1
|
An analysis that produces MemoryDependenceResults
for a function.
More...
#include "llvm/Analysis/MemoryDependenceAnalysis.h"
Public Types | |
using | Result = MemoryDependenceResults |
Public Member Functions | |
MemoryDependenceResults | run (Function &F, FunctionAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< MemoryDependenceAnalysis > | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. More... | |
Static Public Member Functions inherited from llvm::PassInfoMixin< MemoryDependenceAnalysis > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
An analysis that produces MemoryDependenceResults
for a function.
This is essentially a no-op because the results are computed entirely lazily.
Definition at line 508 of file MemoryDependenceAnalysis.h.
Definition at line 515 of file MemoryDependenceAnalysis.h.
MemoryDependenceResults MemoryDependenceAnalysis::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |