LLVM 20.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 556 of file LoopInfo.h.
typedef LoopInfo::iterator llvm::GraphTraits< Loop * >::ChildIteratorType |
Definition at line 558 of file LoopInfo.h.
typedef Loop* llvm::GraphTraits< Loop * >::NodeRef |
Definition at line 557 of file LoopInfo.h.
|
inlinestatic |
Definition at line 561 of file LoopInfo.h.
References N.
|
inlinestatic |
Definition at line 562 of file LoopInfo.h.
References N.
|
inlinestatic |
Definition at line 560 of file LoopInfo.h.