LLVM
8.0.1
|
#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 173 of file MachineLoopInfo.h.
Definition at line 175 of file MachineLoopInfo.h.
using llvm::GraphTraits< const MachineLoop * >::NodeRef = const MachineLoop * |
Definition at line 174 of file MachineLoopInfo.h.
|
inlinestatic |
Definition at line 178 of file MachineLoopInfo.h.
References llvm::LoopBase< BlockT, LoopT >::begin().
|
inlinestatic |
Definition at line 179 of file MachineLoopInfo.h.
References llvm::LoopBase< BlockT, LoopT >::end().
|
inlinestatic |
Definition at line 177 of file MachineLoopInfo.h.