LLVM API Documentation

Public Member Functions | Friends
llvm::LazyCallGraph::iterator Class Reference

A lazy iterator used for both the entry nodes and child nodes. More...

#include <LazyCallGraph.h>

Inheritance diagram for llvm::LazyCallGraph::iterator:
Inheritance graph
[legend]
Collaboration diagram for llvm::LazyCallGraph::iterator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 iterator ()
iteratoroperator++ ()
reference operator* () const

Friends

class LazyCallGraph
class LazyCallGraph::Node

Detailed Description

A lazy iterator used for both the entry nodes and child nodes.

When this iterator is dereferenced, if not yet available, a function will be scanned for "calls" or uses of functions and its child information will be constructed. All of these results are accumulated and cached in the graph.

Definition at line 116 of file LazyCallGraph.h.


Constructor & Destructor Documentation

llvm::LazyCallGraph::iterator::iterator ( ) [inline]

Definition at line 134 of file LazyCallGraph.h.


Member Function Documentation

reference llvm::LazyCallGraph::iterator::operator* ( ) const [inline]
iterator& llvm::LazyCallGraph::iterator::operator++ ( ) [inline]

Friends And Related Function Documentation

friend class LazyCallGraph [friend]

Definition at line 119 of file LazyCallGraph.h.

friend class LazyCallGraph::Node [friend]

Definition at line 120 of file LazyCallGraph.h.


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