LLVM  8.0.1
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< CallGraphNode * > Struct Template Reference

#include "llvm/Analysis/CallGraph.h"

Public Types

using NodeRef = CallGraphNode *
 
using CGNPairTy = CallGraphNode::CallRecord
 
using ChildIteratorType = mapped_iterator< CallGraphNode::iterator, decltype(&CGNGetValue)>
 

Static Public Member Functions

static NodeRef getEntryNode (CallGraphNode *CGN)
 
static CallGraphNodeCGNGetValue (CGNPairTy P)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

template<>
struct llvm::GraphTraits< CallGraphNode * >

Definition at line 407 of file CallGraph.h.

Member Typedef Documentation

◆ CGNPairTy

Definition at line 409 of file CallGraph.h.

◆ ChildIteratorType

Definition at line 415 of file CallGraph.h.

◆ NodeRef

Definition at line 408 of file CallGraph.h.

Member Function Documentation

◆ CGNGetValue()

static CallGraphNode* llvm::GraphTraits< CallGraphNode * >::CGNGetValue ( CGNPairTy  P)
inlinestatic

Definition at line 412 of file CallGraph.h.

◆ child_begin()

static ChildIteratorType llvm::GraphTraits< CallGraphNode * >::child_begin ( NodeRef  N)
inlinestatic

Definition at line 417 of file CallGraph.h.

References llvm::CallGraphNode::begin().

◆ child_end()

static ChildIteratorType llvm::GraphTraits< CallGraphNode * >::child_end ( NodeRef  N)
inlinestatic

Definition at line 421 of file CallGraph.h.

References llvm::CallGraphNode::end().

◆ getEntryNode()

static NodeRef llvm::GraphTraits< CallGraphNode * >::getEntryNode ( CallGraphNode CGN)
inlinestatic

Definition at line 411 of file CallGraph.h.


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