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

#include <LoopInfo.h>

Public Types

typedef const LoopNodeRef
 
typedef LoopInfo::iterator ChildIteratorType
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 787 of file LoopInfo.h.

Member Typedef Documentation

Definition at line 789 of file LoopInfo.h.

Definition at line 788 of file LoopInfo.h.

Member Function Documentation

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

Definition at line 792 of file LoopInfo.h.

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

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

Definition at line 793 of file LoopInfo.h.

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

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

Definition at line 791 of file LoopInfo.h.

References L.


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