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

#include "llvm/Analysis/LazyCallGraph.h"

Public Types

using NodeRef = LazyCallGraph::Node *
 
using ChildIteratorType = LazyCallGraph::EdgeSequence::iterator
 

Static Public Member Functions

static NodeRef getEntryNode (NodeRef N)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

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

Definition at line 1232 of file LazyCallGraph.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 1234 of file LazyCallGraph.h.

◆ NodeRef

Definition at line 1233 of file LazyCallGraph.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 1237 of file LazyCallGraph.h.

◆ child_end()

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

Definition at line 1238 of file LazyCallGraph.h.

◆ getEntryNode()

static NodeRef llvm::GraphTraits< LazyCallGraph * >::getEntryNode ( NodeRef  N)
inlinestatic

Definition at line 1236 of file LazyCallGraph.h.

References N.


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