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

#include "llvm/CodeGen/SelectionDAGNodes.h"

Inheritance diagram for llvm::GraphTraits< SDNode * >:
Inheritance graph
[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 3084 of file SelectionDAGNodes.h.

Member Typedef Documentation

◆ ChildIteratorType

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

Definition at line 3086 of file SelectionDAGNodes.h.

◆ NodeRef

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

Definition at line 3085 of file SelectionDAGNodes.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 3090 of file SelectionDAGNodes.h.

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

◆ child_end()

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

Definition at line 3094 of file SelectionDAGNodes.h.

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

◆ getEntryNode()

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

Definition at line 3088 of file SelectionDAGNodes.h.

References N.


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