llvm::GraphTraits<ProfiledCallGraphNode*>

Synopsis

Declared in <llvm/Transforms/IPO/ProfiledCallGraph.h>

template<>
struct GraphTraits<ProfiledCallGraphNode*>;

Type Aliases

Name
ChildIteratorType
EdgeType
NodeRef
NodeType

Static Member Functions

Name
child_begin
child_end
getEntryNode

Derived Classes

NameDescription
GraphTraits<ProfiledCallGraph*>