LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< Loop * > Struct Template Reference

#include <LoopInfo.h>

Public Types

typedef LoopNodeRef
 
typedef LoopInfo::iterator ChildIteratorType
 

Static Public Member Functions

static NodeRef getEntryNode (Loop *L)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

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

Definition at line 796 of file LoopInfo.h.

Member Typedef Documentation

Definition at line 798 of file LoopInfo.h.

Definition at line 797 of file LoopInfo.h.

Member Function Documentation

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

Definition at line 801 of file LoopInfo.h.

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

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

Definition at line 802 of file LoopInfo.h.

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

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

Definition at line 800 of file LoopInfo.h.

References L.


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