LLVM: llvm::GraphTraits< SUnit * > Struct Reference (original) (raw)
#include "[llvm/CodeGen/ScheduleDAG.h](ScheduleDAG%5F8h%5Fsource.html)"
Inheritance diagram for llvm::GraphTraits< SUnit * >:
[legend]
| Public Types | |
|---|---|
| typedef SUnit * | NodeRef |
| 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 703 of file ScheduleDAG.h.
Member Typedef Documentation
◆ ChildIteratorType
typedef SUnitIterator llvm::GraphTraits< SUnit * >::ChildIteratorType
Definition at line 705 of file ScheduleDAG.h.
◆ NodeRef
typedef SUnit* llvm::GraphTraits< SUnit * >::NodeRef
Definition at line 704 of file ScheduleDAG.h.
Member Function Documentation
◆ child_begin()
| ChildIteratorType llvm::GraphTraits< SUnit * >::child_begin ( NodeRef N) | inlinestatic |
|---|
Definition at line 707 of file ScheduleDAG.h.
References llvm::SUnitIterator::begin(), and N.
◆ child_end()
| ChildIteratorType llvm::GraphTraits< SUnit * >::child_end ( NodeRef N) | inlinestatic |
|---|
Definition at line 710 of file ScheduleDAG.h.
References llvm::SUnitIterator::end(), and N.
◆ getEntryNode()
| NodeRef llvm::GraphTraits< SUnit * >::getEntryNode ( SUnit * N) | inlinestatic |
|---|
Definition at line 706 of file ScheduleDAG.h.
References N.
The documentation for this struct was generated from the following file:
- include/llvm/CodeGen/ScheduleDAG.h