LLVM 18.0.0git
|
#include "llvm/CodeGen/MachineLoopInfo.h"
Public Types | |
using | NodeRef = const MachineLoop * |
using | ChildIteratorType = MachineLoopInfo::iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (const MachineLoop *L) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 184 of file MachineLoopInfo.h.
using llvm::GraphTraits< const MachineLoop * >::ChildIteratorType = MachineLoopInfo::iterator |
Definition at line 186 of file MachineLoopInfo.h.
using llvm::GraphTraits< const MachineLoop * >::NodeRef = const MachineLoop * |
Definition at line 185 of file MachineLoopInfo.h.
|
inlinestatic |
Definition at line 189 of file MachineLoopInfo.h.
References N.
|
inlinestatic |
Definition at line 190 of file MachineLoopInfo.h.
References N.
|
inlinestatic |
Definition at line 188 of file MachineLoopInfo.h.