|
LLVM
3.7.0
|
#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 683 of file LoopInfo.h.
| typedef LoopInfo::iterator llvm::GraphTraits< const Loop * >::ChildIteratorType |
Definition at line 685 of file LoopInfo.h.
Definition at line 684 of file LoopInfo.h.
|
inlinestatic |
Definition at line 688 of file LoopInfo.h.
References llvm::LoopBase< N, M >::begin().
|
inlinestatic |
Definition at line 691 of file LoopInfo.h.
References llvm::LoopBase< N, M >::end().
Definition at line 687 of file LoopInfo.h.
1.8.6