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

#include "llvm/CodeGen/ScheduleDAG.h"

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

Public Types

typedef SUnitNodeRef
 
typedef SUnitIterator ChildIteratorType
 

Static Public Member Functions

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

Detailed Description

Definition at line 676 of file ScheduleDAG.h.

Member Typedef Documentation

◆ ChildIteratorType

typedef SUnitIterator llvm::GraphTraits< SUnit * >::ChildIteratorType

Definition at line 678 of file ScheduleDAG.h.

◆ NodeRef

typedef SUnit* llvm::GraphTraits< SUnit * >::NodeRef

Definition at line 677 of file ScheduleDAG.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 680 of file ScheduleDAG.h.

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

◆ child_end()

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

Definition at line 683 of file ScheduleDAG.h.

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

◆ getEntryNode()

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

Definition at line 679 of file ScheduleDAG.h.

References N.


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