LLVM
8.0.1
|
#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 182 of file MachineLoopInfo.h.
Definition at line 184 of file MachineLoopInfo.h.
using llvm::GraphTraits< MachineLoop * >::NodeRef = MachineLoop * |
Definition at line 183 of file MachineLoopInfo.h.
|
inlinestatic |
Definition at line 187 of file MachineLoopInfo.h.
References llvm::LoopBase< BlockT, LoopT >::begin().
|
inlinestatic |
Definition at line 188 of file MachineLoopInfo.h.
References llvm::LoopBase< BlockT, LoopT >::end().
|
inlinestatic |
Definition at line 186 of file MachineLoopInfo.h.