LLVM
8.0.1
|
#include "llvm/Analysis/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 935 of file LoopInfo.h.
typedef LoopInfo::iterator llvm::GraphTraits< Loop * >::ChildIteratorType |
Definition at line 937 of file LoopInfo.h.
typedef Loop* llvm::GraphTraits< Loop * >::NodeRef |
Definition at line 936 of file LoopInfo.h.
|
inlinestatic |
Definition at line 940 of file LoopInfo.h.
References llvm::LoopBase< BlockT, LoopT >::begin().
|
inlinestatic |
Definition at line 941 of file LoopInfo.h.
References llvm::LoopBase< BlockT, LoopT >::end().
|
inlinestatic |
Definition at line 939 of file LoopInfo.h.