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

#include "llvm/CodeGen/SelectionDAGNodes.h"

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

Public Types

using NodeRef = SDNode *
using ChildIteratorType = SDNodeIterator

Static Public Member Functions

static NodeRef getEntryNode (SDNode *N)
static ChildIteratorType child_begin (NodeRef N)
static ChildIteratorType child_end (NodeRef N)

Detailed Description

Definition at line 3267 of file SelectionDAGNodes.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< SDNode * >::ChildIteratorType = SDNodeIterator

Definition at line 3269 of file SelectionDAGNodes.h.

◆ NodeRef

using llvm::GraphTraits< SDNode * >::NodeRef = SDNode *

Definition at line 3268 of file SelectionDAGNodes.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 3273 of file SelectionDAGNodes.h.

References llvm::SDNodeIterator::begin(), and N.

◆ child_end()

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

Definition at line 3277 of file SelectionDAGNodes.h.

References llvm::SDNodeIterator::end(), and N.

◆ getEntryNode()

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

Definition at line 3271 of file SelectionDAGNodes.h.

References N.


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