|
LLVM 22.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 559 of file LoopInfo.h.
| typedef LoopInfo::iterator llvm::GraphTraits< Loop * >::ChildIteratorType |
Definition at line 561 of file LoopInfo.h.
| typedef Loop* llvm::GraphTraits< Loop * >::NodeRef |
Definition at line 560 of file LoopInfo.h.
|
inlinestatic |
Definition at line 564 of file LoopInfo.h.
References N.
|
inlinestatic |
Definition at line 565 of file LoopInfo.h.
References N.
|
inlinestatic |
Definition at line 563 of file LoopInfo.h.