|
LLVM
3.7.0
|
A CGSCC analysis which acts as a proxy for a module analysis manager. More...
#include <CGSCCPassManager.h>
Classes | |
| class | Result |
Result proxy object for ModuleAnalysisManagerCGSCCProxy. More... | |
Public Member Functions | |
| ModuleAnalysisManagerCGSCCProxy (const ModuleAnalysisManager &MAM) | |
| ModuleAnalysisManagerCGSCCProxy (const ModuleAnalysisManagerCGSCCProxy &Arg) | |
| ModuleAnalysisManagerCGSCCProxy (ModuleAnalysisManagerCGSCCProxy &&Arg) | |
| ModuleAnalysisManagerCGSCCProxy & | operator= (ModuleAnalysisManagerCGSCCProxy RHS) |
| Result | run (LazyCallGraph::SCC &) |
| Run the analysis pass and create our proxy result object. More... | |
Static Public Member Functions | |
| static void * | ID () |
| static StringRef | name () |
A CGSCC analysis which acts as a proxy for a module analysis manager.
This primarily provides an accessor to a parent module analysis manager to CGSCC passes. Only the const interface of the module analysis manager is provided to indicate that once inside of a CGSCC analysis pass you cannot request a module analysis to actually run. Instead, the user must rely on the getCachedResult API.
This proxy doesn't manage the invalidation in any way. That is handled by the recursive return path of each layer of the pass manager and the returned PreservedAnalysis set.
Definition at line 133 of file CGSCCPassManager.h.
|
inline |
Definition at line 161 of file CGSCCPassManager.h.
|
inline |
Definition at line 165 of file CGSCCPassManager.h.
|
inline |
Definition at line 167 of file CGSCCPassManager.h.
|
inlinestatic |
Definition at line 157 of file CGSCCPassManager.h.
|
inlinestatic |
Definition at line 159 of file CGSCCPassManager.h.
|
inline |
Definition at line 170 of file CGSCCPassManager.h.
References std::swap().
|
inline |
Run the analysis pass and create our proxy result object.
Nothing to see here, it just forwards the MAM reference into the result.
Definition at line 178 of file CGSCCPassManager.h.
1.8.6