LLVM API Documentation
#include <MachineLoopInfo.h>
Public Types | |
typedef const MachineLoop | NodeType |
typedef MachineLoopInfo::iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (const MachineLoop *L) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 162 of file MachineLoopInfo.h.
typedef MachineLoopInfo::iterator llvm::GraphTraits< const MachineLoop * >::ChildIteratorType |
Definition at line 164 of file MachineLoopInfo.h.
typedef const MachineLoop llvm::GraphTraits< const MachineLoop * >::NodeType |
Definition at line 163 of file MachineLoopInfo.h.
|
inlinestatic |
Definition at line 167 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 166 of file MachineLoopInfo.h.