LLVM: llvm::GraphTraits< RematGraph * > Struct Reference (original) (raw)

Inheritance diagram for llvm::GraphTraits< RematGraph * >:

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

Member Typedef Documentation

ChildIteratorType

NodeRef

Member Function Documentation

child_begin()

child_end()

getEntryNode()


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