LLVM API Documentation

Public Types | Public Member Functions | Static Public Member Functions
llvm::LazyCallGraphAnalysis Class Reference

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

#include <LazyCallGraph.h>

List of all members.

Public Types

typedef LazyCallGraph Result
 Inform generic clients of the result type.

Public Member Functions

LazyCallGraph run (Module *M)
 Compute the LazyCallGraph for the module M.

Static Public Member Functions

static void * ID ()

Detailed Description

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

Definition at line 533 of file LazyCallGraph.h.


Member Typedef Documentation

Inform generic clients of the result type.

Definition at line 536 of file LazyCallGraph.h.


Member Function Documentation

static void* llvm::LazyCallGraphAnalysis::ID ( ) [inline, static]

Definition at line 538 of file LazyCallGraph.h.

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 544 of file LazyCallGraph.h.


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