LLVM
8.0.1
|
An analysis pass to compute the CallGraph
for a Module
.
More...
#include "llvm/Analysis/CallGraph.h"
Public Types | |
using | Result = CallGraph |
A formulaic type to inform clients of the result type. More... | |
Public Member Functions | |
CallGraph | run (Module &M, ModuleAnalysisManager &) |
Compute the CallGraph for the module M . More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< CallGraphAnalysis > | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. More... | |
Static Public Member Functions inherited from llvm::PassInfoMixin< CallGraphAnalysis > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
An analysis pass to compute the CallGraph
for a Module
.
This class implements the concept of an analysis pass used by the ModuleAnalysisManager
to run an analysis over a module and cache the resulting data.
Definition at line 292 of file CallGraph.h.
A formulaic type to inform clients of the result type.
Definition at line 299 of file CallGraph.h.
|
inline |
Compute the CallGraph
for the module M
.
The real work here is done in the CallGraph
constructor.
Definition at line 304 of file CallGraph.h.
References llvm::CallGraph::CallGraph().