|
LLVM
4.0.0
|
#include <LoopInfo.h>
Public Types | |
| typedef const Loop * | NodeRef |
| typedef LoopInfo::iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (const Loop *L) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 787 of file LoopInfo.h.
| typedef LoopInfo::iterator llvm::GraphTraits< const Loop * >::ChildIteratorType |
Definition at line 789 of file LoopInfo.h.
Definition at line 788 of file LoopInfo.h.
|
inlinestatic |
Definition at line 792 of file LoopInfo.h.
References llvm::LoopBase< N, M >::begin().
|
inlinestatic |
Definition at line 793 of file LoopInfo.h.
References llvm::LoopBase< N, M >::end().
Definition at line 791 of file LoopInfo.h.
References L.
1.8.6