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

#include "llvm/CodeGen/ScheduleDAG.h"

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

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

Definition at line 667 of file ScheduleDAG.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 669 of file ScheduleDAG.h.

◆ NodeRef

Definition at line 668 of file ScheduleDAG.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 671 of file ScheduleDAG.h.

References llvm::SUnitIterator::begin().

◆ child_end()

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

Definition at line 674 of file ScheduleDAG.h.

References llvm::SUnitIterator::end().

◆ getEntryNode()

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

Definition at line 670 of file ScheduleDAG.h.

References N.


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