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

#include "llvm/Analysis/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 926 of file LoopInfo.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 928 of file LoopInfo.h.

◆ NodeRef

Definition at line 927 of file LoopInfo.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 931 of file LoopInfo.h.

References llvm::LoopBase< BlockT, LoopT >::begin().

◆ child_end()

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

Definition at line 932 of file LoopInfo.h.

References llvm::LoopBase< BlockT, LoopT >::end().

◆ getEntryNode()

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

Definition at line 930 of file LoopInfo.h.


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