#include "llvm/CodeGen/MachinePassManager.h"
|
static AnalysisKey * | ID () |
| Returns an opaque, unique ID for this analysis type.
|
|
static StringRef | name () |
| Gets the name of the pass we are mixed into.
|
|
Definition at line 131 of file MachinePassManager.h.
◆ FunctionAnalysisManagerMachineFunctionProxy()
llvm::FunctionAnalysisManagerMachineFunctionProxy::FunctionAnalysisManagerMachineFunctionProxy |
( |
FunctionAnalysisManager & |
FAM | ) |
|
|
inlineexplicit |
◆ run()
Run the analysis pass and create our proxy result object.
This doesn't do any interesting work; it is primarily used to insert our proxy result object into the outer analysis cache so that we can proxy invalidation to the inner analysis manager.
Definition at line 183 of file MachinePassManager.h.
◆ Key
AnalysisKey FunctionAnalysisManagerMachineFunctionProxy::Key |
|
static |
The documentation for this class was generated from the following files: