|
LLVM
3.7.0
|
#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 696 of file LoopInfo.h.
| typedef LoopInfo::iterator llvm::GraphTraits< Loop * >::ChildIteratorType |
Definition at line 698 of file LoopInfo.h.
| typedef Loop llvm::GraphTraits< Loop * >::NodeType |
Definition at line 697 of file LoopInfo.h.
|
inlinestatic |
Definition at line 701 of file LoopInfo.h.
References llvm::LoopBase< N, M >::begin().
|
inlinestatic |
Definition at line 704 of file LoopInfo.h.
References llvm::LoopBase< N, M >::end().
|
inlinestatic |
Definition at line 700 of file LoopInfo.h.
1.8.6