LLVM API Documentation
#include <LoopInfo.h>
Public Types | |
typedef Loop | NodeType |
typedef LoopInfo::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 726 of file LoopInfo.h.
typedef LoopInfo::iterator llvm::GraphTraits< Loop * >::ChildIteratorType |
Definition at line 728 of file LoopInfo.h.
typedef Loop llvm::GraphTraits< Loop * >::NodeType |
Definition at line 727 of file LoopInfo.h.
|
inlinestatic |
Definition at line 731 of file LoopInfo.h.
References llvm::LoopBase< N, M >::begin().
|
inlinestatic |
Definition at line 734 of file LoopInfo.h.
References llvm::LoopBase< N, M >::end().
|
inlinestatic |
Definition at line 730 of file LoopInfo.h.