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