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< Loop * > Struct Template Reference

#include <LoopInfo.h>

Public Types

typedef Loop NodeType
 
typedef LoopInfo::iterator ChildIteratorType
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 726 of file LoopInfo.h.

Member Typedef Documentation

Definition at line 728 of file LoopInfo.h.

Definition at line 727 of file LoopInfo.h.

Member Function Documentation

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

Definition at line 731 of file LoopInfo.h.

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

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

Definition at line 734 of file LoopInfo.h.

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

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

Definition at line 730 of file LoopInfo.h.


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