LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< RematGraph * > Struct Reference

Public Types

using NodeRef = RematGraph::RematNode *
 
using ChildIteratorType = RematGraph::RematNode **
 

Static Public Member Functions

static NodeRef getEntryNode (RematGraph *G)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

Definition at line 435 of file CoroFrame.cpp.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< RematGraph * >::ChildIteratorType = RematGraph::RematNode **

Definition at line 437 of file CoroFrame.cpp.

◆ NodeRef

using llvm::GraphTraits< RematGraph * >::NodeRef = RematGraph::RematNode *

Definition at line 436 of file CoroFrame.cpp.

Member Function Documentation

◆ child_begin()

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

Definition at line 440 of file CoroFrame.cpp.

References N.

◆ child_end()

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

Definition at line 443 of file CoroFrame.cpp.

References N.

◆ getEntryNode()

static NodeRef llvm::GraphTraits< RematGraph * >::getEntryNode ( RematGraph *  G)
inlinestatic

Definition at line 439 of file CoroFrame.cpp.

References G.


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