LLVM API Documentation

Public Types | Static Public Member Functions
llvm::GraphTraits< MachineLoop * > Struct Template Reference

#include <MachineLoopInfo.h>

List of all members.

Public Types

typedef MachineLoop NodeType
typedef MachineLoopInfo::iterator ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (MachineLoop *L)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)

Detailed Description

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

Definition at line 176 of file MachineLoopInfo.h.


Member Typedef Documentation

Definition at line 178 of file MachineLoopInfo.h.

Definition at line 177 of file MachineLoopInfo.h.


Member Function Documentation

static ChildIteratorType llvm::GraphTraits< MachineLoop * >::child_begin ( NodeType N) [inline, static]

Definition at line 181 of file MachineLoopInfo.h.

References llvm::LoopBase< BlockT, LoopT >::begin().

static ChildIteratorType llvm::GraphTraits< MachineLoop * >::child_end ( NodeType N) [inline, static]

Definition at line 184 of file MachineLoopInfo.h.

References llvm::LoopBase< BlockT, LoopT >::end().

static NodeType* llvm::GraphTraits< MachineLoop * >::getEntryNode ( MachineLoop L) [inline, static]

Definition at line 180 of file MachineLoopInfo.h.


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