LLVM 18.0.0git
|
#include "llvm/CodeGen/MachineLoopInfo.h"
Public Types | |
using | NodeRef = MachineLoop * |
using | ChildIteratorType = MachineLoopInfo::iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (MachineLoop *L) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 193 of file MachineLoopInfo.h.
using llvm::GraphTraits< MachineLoop * >::ChildIteratorType = MachineLoopInfo::iterator |
Definition at line 195 of file MachineLoopInfo.h.
using llvm::GraphTraits< MachineLoop * >::NodeRef = MachineLoop * |
Definition at line 194 of file MachineLoopInfo.h.
|
inlinestatic |
Definition at line 198 of file MachineLoopInfo.h.
References N.
|
inlinestatic |
Definition at line 199 of file MachineLoopInfo.h.
References N.
|
inlinestatic |
Definition at line 197 of file MachineLoopInfo.h.