LLVM
8.0.1
|
#include "llvm/Analysis/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 926 of file LoopInfo.h.
typedef LoopInfo::iterator llvm::GraphTraits< const Loop * >::ChildIteratorType |
Definition at line 928 of file LoopInfo.h.
Definition at line 927 of file LoopInfo.h.
|
inlinestatic |
Definition at line 931 of file LoopInfo.h.
References llvm::LoopBase< BlockT, LoopT >::begin().
|
inlinestatic |
Definition at line 932 of file LoopInfo.h.
References llvm::LoopBase< BlockT, LoopT >::end().
Definition at line 930 of file LoopInfo.h.