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

#include "llvm/CodeGen/SelectionDAG.h"

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

Public Types

using nodes_iterator = pointer_iterator<SelectionDAG::allnodes_iterator>
using NodeRef
Public Types inherited from llvm::GraphTraits< SDNode * >
using NodeRef = SDNode *
using ChildIteratorType = SDNodeIterator

Static Public Member Functions

static nodes_iterator nodes_begin (SelectionDAG *G)
static nodes_iterator nodes_end (SelectionDAG *G)
Static Public Member Functions inherited from llvm::GraphTraits< SDNode * >
static NodeRef getEntryNode (SDNode *N)
static ChildIteratorType child_begin (NodeRef N)
static ChildIteratorType child_end (NodeRef N)

Detailed Description

Definition at line 2649 of file SelectionDAG.h.

Member Typedef Documentation

◆ NodeRef

using llvm::GraphTraits< SelectionDAG * >::NodeRef

Definition at line 95 of file GraphTraits.h.

◆ nodes_iterator

Definition at line 2650 of file SelectionDAG.h.

Member Function Documentation

◆ nodes_begin()

nodes_iterator llvm::GraphTraits< SelectionDAG * >::nodes_begin ( SelectionDAG * G)
inlinestatic

Definition at line 2652 of file SelectionDAG.h.

References G.

◆ nodes_end()

nodes_iterator llvm::GraphTraits< SelectionDAG * >::nodes_end ( SelectionDAG * G)
inlinestatic

Definition at line 2656 of file SelectionDAG.h.

References G.


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