LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< LazyCallGraph * > Struct 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

Definition at line 1247 of file LazyCallGraph.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 1249 of file LazyCallGraph.h.

◆ NodeRef

Definition at line 1248 of file LazyCallGraph.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 1252 of file LazyCallGraph.h.

◆ child_end()

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

Definition at line 1253 of file LazyCallGraph.h.

◆ getEntryNode()

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

Definition at line 1251 of file LazyCallGraph.h.

References N.


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