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

#include "llvm/CodeGen/SelectionDAGNodes.h"

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

template<>
struct llvm::GraphTraits< SDNode * >

Definition at line 2387 of file SelectionDAGNodes.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 2389 of file SelectionDAGNodes.h.

◆ NodeRef

Definition at line 2388 of file SelectionDAGNodes.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 2393 of file SelectionDAGNodes.h.

References llvm::SDNodeIterator::begin().

◆ child_end()

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

Definition at line 2397 of file SelectionDAGNodes.h.

References llvm::SDNodeIterator::end().

◆ getEntryNode()

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

Definition at line 2391 of file SelectionDAGNodes.h.

References N.


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