LLVM API Documentation

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

#include <MachineLoopInfo.h>

List of all members.

Public Types

typedef const MachineLoop NodeType
typedef MachineLoopInfo::iterator ChildIteratorType

Static Public Member Functions

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

Detailed Description

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

Definition at line 163 of file MachineLoopInfo.h.


Member Typedef Documentation

Definition at line 165 of file MachineLoopInfo.h.

Definition at line 164 of file MachineLoopInfo.h.


Member Function Documentation

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

Definition at line 168 of file MachineLoopInfo.h.

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

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

Definition at line 171 of file MachineLoopInfo.h.

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

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

Definition at line 167 of file MachineLoopInfo.h.


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