LLVM API Documentation
#include <LoopInfo.h>
Public Types | |
typedef const Loop | NodeType |
typedef std::vector< Loop * >::const_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (const Loop *L) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 312 of file LoopInfo.h.
typedef std::vector<Loop*>::const_iterator llvm::GraphTraits< const Loop * >::ChildIteratorType |
Definition at line 314 of file LoopInfo.h.
typedef const Loop llvm::GraphTraits< const Loop * >::NodeType |
Definition at line 313 of file LoopInfo.h.
static ChildIteratorType llvm::GraphTraits< const Loop * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
static ChildIteratorType llvm::GraphTraits< const Loop * >::child_end | ( | NodeType * | N | ) | [inline, static] |
static NodeType* llvm::GraphTraits< const Loop * >::getEntryNode | ( | const Loop * | L | ) | [inline, static] |
Definition at line 316 of file LoopInfo.h.