|
LLVM
3.7.0
|
An analysis pass which computes the call graph for a module. More...
#include <LazyCallGraph.h>
Public Types | |
| typedef LazyCallGraph | Result |
| Inform generic clients of the result type. More... | |
Public Member Functions | |
| LazyCallGraph | run (Module &M) |
Compute the LazyCallGraph for the module M. More... | |
Static Public Member Functions | |
| static void * | ID () |
| static StringRef | name () |
An analysis pass which computes the call graph for a module.
Definition at line 539 of file LazyCallGraph.h.
Inform generic clients of the result type.
Definition at line 542 of file LazyCallGraph.h.
|
inlinestatic |
Definition at line 544 of file LazyCallGraph.h.
|
inlinestatic |
Definition at line 546 of file LazyCallGraph.h.
|
inline |
Compute the LazyCallGraph for the module M.
This just builds the set of entry points to the call graph. The rest is built lazily as it is walked.
Definition at line 552 of file LazyCallGraph.h.
1.8.6