|
LLVM
4.0.0
|
#include <LoopInfo.h>
Public Types | |
| typedef Loop * | NodeRef |
| typedef LoopInfo::iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (Loop *L) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 796 of file LoopInfo.h.
| typedef LoopInfo::iterator llvm::GraphTraits< Loop * >::ChildIteratorType |
Definition at line 798 of file LoopInfo.h.
| typedef Loop* llvm::GraphTraits< Loop * >::NodeRef |
Definition at line 797 of file LoopInfo.h.
|
inlinestatic |
Definition at line 801 of file LoopInfo.h.
References llvm::LoopBase< N, M >::begin().
|
inlinestatic |
Definition at line 802 of file LoopInfo.h.
References llvm::LoopBase< N, M >::end().
|
inlinestatic |
Definition at line 800 of file LoopInfo.h.
References L.
1.8.6