LLVM 22.0.0git
llvm::GraphTraits< LazyCallGraph::Node * > Struct Reference

#include "llvm/Analysis/LazyCallGraph.h"

Inheritance diagram for llvm::GraphTraits< LazyCallGraph::Node * >:
[legend]

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 1245 of file LazyCallGraph.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 1247 of file LazyCallGraph.h.

◆ NodeRef

Definition at line 1246 of file LazyCallGraph.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 1250 of file LazyCallGraph.h.

References N.

◆ child_end()

Definition at line 1251 of file LazyCallGraph.h.

References N.

◆ getEntryNode()

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

Definition at line 1249 of file LazyCallGraph.h.

References N.


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