|
LLVM
4.0.0
|
#include <MachineLoopInfo.h>
Public Types | |
| typedef const MachineLoop * | NodeRef |
| typedef MachineLoopInfo::iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (const MachineLoop *L) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 164 of file MachineLoopInfo.h.
Definition at line 166 of file MachineLoopInfo.h.
| typedef const MachineLoop* llvm::GraphTraits< const MachineLoop * >::NodeRef |
Definition at line 165 of file MachineLoopInfo.h.
|
inlinestatic |
Definition at line 169 of file MachineLoopInfo.h.
References llvm::LoopBase< N, M >::begin().
|
inlinestatic |
Definition at line 170 of file MachineLoopInfo.h.
References llvm::LoopBase< N, M >::end().
|
inlinestatic |
Definition at line 168 of file MachineLoopInfo.h.
References L.
1.8.6