LLVM  3.7.0
Public Types | Public Member Functions | Static Public Member Functions | List of all members
llvm::LazyCallGraphAnalysis Class Reference

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 ()
 

Detailed Description

An analysis pass which computes the call graph for a module.

Definition at line 539 of file LazyCallGraph.h.

Member Typedef Documentation

Inform generic clients of the result type.

Definition at line 542 of file LazyCallGraph.h.

Member Function Documentation

static void* llvm::LazyCallGraphAnalysis::ID ( )
inlinestatic

Definition at line 544 of file LazyCallGraph.h.

static StringRef llvm::LazyCallGraphAnalysis::name ( )
inlinestatic

Definition at line 546 of file LazyCallGraph.h.

LazyCallGraph llvm::LazyCallGraphAnalysis::run ( Module M)
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.


The documentation for this class was generated from the following files: