GraphTraits specialization for LazyCallGraph nodes.

Synopsis

Declared in <llvm/Analysis/LazyCallGraph.h>

template<>
struct GraphTraits<LazyCallGraph::Node*>;

Type Aliases

Name

Description

ChildIteratorType

Iterator over outgoing edges from a node.

NodeRef

Graph node type for a LazyCallGraph::Node.

Static Member Functions

Name

Description

child_begin

Return the begin iterator over children of N.

child_end

Return the end iterator over children of N.

getEntryNode

Return N as the graph entry node.

Created with MrDocs