LLVM 22.0.0git
llvm::GraphTraits< RematGraph * > Struct Reference
Inheritance diagram for llvm::GraphTraits< RematGraph * >:
[legend]

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 141 of file MaterializationUtils.cpp.

Member Typedef Documentation

◆ ChildIteratorType

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

Definition at line 143 of file MaterializationUtils.cpp.

◆ NodeRef

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

Definition at line 142 of file MaterializationUtils.cpp.

Member Function Documentation

◆ child_begin()

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

Definition at line 146 of file MaterializationUtils.cpp.

References N.

◆ child_end()

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

Definition at line 149 of file MaterializationUtils.cpp.

References N.

◆ getEntryNode()

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

Definition at line 145 of file MaterializationUtils.cpp.

References G.


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