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

#include "llvm/Analysis/LazyCallGraph.h"

Inheritance diagram for llvm::GraphTraits< LazyCallGraph * >:
[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 1253 of file LazyCallGraph.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 1255 of file LazyCallGraph.h.

◆ NodeRef

Definition at line 1254 of file LazyCallGraph.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 1258 of file LazyCallGraph.h.

References N.

◆ child_end()

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

Definition at line 1259 of file LazyCallGraph.h.

References N.

◆ getEntryNode()

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

Definition at line 1257 of file LazyCallGraph.h.

References N.


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