LLVM API Documentation

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

#include <LoopInfo.h>

List of all members.

Public Types

typedef const Loop NodeType
typedef LoopInfo::iterator ChildIteratorType

Static Public Member Functions

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

Detailed Description

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

Definition at line 753 of file LoopInfo.h.


Member Typedef Documentation

Definition at line 755 of file LoopInfo.h.

Definition at line 754 of file LoopInfo.h.


Member Function Documentation

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

Definition at line 758 of file LoopInfo.h.

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

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

Definition at line 761 of file LoopInfo.h.

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

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

Definition at line 757 of file LoopInfo.h.


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