LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< const Loop * > Struct Template Reference

#include <LoopInfo.h>

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 713 of file LoopInfo.h.

Member Typedef Documentation

Definition at line 715 of file LoopInfo.h.

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

Definition at line 714 of file LoopInfo.h.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< const Loop * >::child_begin ( NodeType N)
inlinestatic

Definition at line 718 of file LoopInfo.h.

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

static ChildIteratorType llvm::GraphTraits< const Loop * >::child_end ( NodeType N)
inlinestatic

Definition at line 721 of file LoopInfo.h.

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

static NodeType* llvm::GraphTraits< const Loop * >::getEntryNode ( const Loop L)
inlinestatic

Definition at line 717 of file LoopInfo.h.


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