LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< MachineLoop * > Struct Template Reference

#include <MachineLoopInfo.h>

Public Types

typedef MachineLoopNodeRef
 
typedef MachineLoopInfo::iterator ChildIteratorType
 

Static Public Member Functions

static NodeRef getEntryNode (MachineLoop *L)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

template<>
struct llvm::GraphTraits< MachineLoop * >

Definition at line 173 of file MachineLoopInfo.h.

Member Typedef Documentation

Definition at line 175 of file MachineLoopInfo.h.

Definition at line 174 of file MachineLoopInfo.h.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< MachineLoop * >::child_begin ( NodeRef  N)
inlinestatic

Definition at line 178 of file MachineLoopInfo.h.

References llvm::LoopBase< N, M >::begin().

static ChildIteratorType llvm::GraphTraits< MachineLoop * >::child_end ( NodeRef  N)
inlinestatic

Definition at line 179 of file MachineLoopInfo.h.

References llvm::LoopBase< N, M >::end().

static NodeRef llvm::GraphTraits< MachineLoop * >::getEntryNode ( MachineLoop L)
inlinestatic

Definition at line 177 of file MachineLoopInfo.h.

References L.


The documentation for this struct was generated from the following file: