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

#include <MachineLoopInfo.h>

Public Types

typedef const MachineLoopNodeRef
 
typedef MachineLoopInfo::iterator ChildIteratorType
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 164 of file MachineLoopInfo.h.

Member Typedef Documentation

Definition at line 166 of file MachineLoopInfo.h.

Definition at line 165 of file MachineLoopInfo.h.

Member Function Documentation

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

Definition at line 169 of file MachineLoopInfo.h.

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

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

Definition at line 170 of file MachineLoopInfo.h.

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

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

Definition at line 168 of file MachineLoopInfo.h.

References L.


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