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

#include <ScheduleDAG.h>

Inheritance diagram for llvm::GraphTraits< SUnit * >:
[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

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

Definition at line 681 of file ScheduleDAG.h.

Member Typedef Documentation

Definition at line 683 of file ScheduleDAG.h.

Definition at line 682 of file ScheduleDAG.h.

Member Function Documentation

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

Definition at line 685 of file ScheduleDAG.h.

References llvm::SUnitIterator::begin().

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

Definition at line 688 of file ScheduleDAG.h.

References llvm::SUnitIterator::end().

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

Definition at line 684 of file ScheduleDAG.h.

References N.


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