LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::GraphTraits< const Loop * > Struct Template Reference

#include <LoopInfo.h>

List of all members.

Public Types

typedef const Loop NodeType
typedef std::vector< Loop
* >::const_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 290 of file LoopInfo.h.


Member Typedef Documentation

typedef std::vector<Loop*>::const_iterator llvm::GraphTraits< const Loop * >::ChildIteratorType
 

Definition at line 292 of file LoopInfo.h.

typedef const Loop llvm::GraphTraits< const Loop * >::NodeType
 

Definition at line 291 of file LoopInfo.h.


Member Function Documentation

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

Definition at line 295 of file LoopInfo.h.

References llvm::Loop::begin().

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

Definition at line 298 of file LoopInfo.h.

References llvm::Loop::end().

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

Definition at line 294 of file LoopInfo.h.


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