LLVM API Documentation
#include <LoopInfo.h>
Public Types | |
typedef const Loop | NodeType |
typedef LoopInfo::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 713 of file LoopInfo.h.
typedef LoopInfo::iterator llvm::GraphTraits< const Loop * >::ChildIteratorType |
Definition at line 715 of file LoopInfo.h.
typedef const Loop llvm::GraphTraits< const Loop * >::NodeType |
Definition at line 714 of file LoopInfo.h.
|
inlinestatic |
Definition at line 718 of file LoopInfo.h.
References llvm::LoopBase< N, M >::begin().
|
inlinestatic |
Definition at line 721 of file LoopInfo.h.
References llvm::LoopBase< N, M >::end().
|
inlinestatic |
Definition at line 717 of file LoopInfo.h.