LLVM 17.0.0git
|
#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 1258 of file LoopInfo.h.
typedef LoopInfo::iterator llvm::GraphTraits< Loop * >::ChildIteratorType |
Definition at line 1260 of file LoopInfo.h.
typedef Loop* llvm::GraphTraits< Loop * >::NodeRef |
Definition at line 1259 of file LoopInfo.h.
|
inlinestatic |
Definition at line 1263 of file LoopInfo.h.
References N.
|
inlinestatic |
Definition at line 1264 of file LoopInfo.h.
References N.
|
inlinestatic |
Definition at line 1262 of file LoopInfo.h.