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

#include "llvm/Analysis/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

Definition at line 556 of file LoopInfo.h.

Member Typedef Documentation

◆ ChildIteratorType

typedef LoopInfo::iterator llvm::GraphTraits< Loop * >::ChildIteratorType

Definition at line 558 of file LoopInfo.h.

◆ NodeRef

typedef Loop* llvm::GraphTraits< Loop * >::NodeRef

Definition at line 557 of file LoopInfo.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 561 of file LoopInfo.h.

References N.

◆ child_end()

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

Definition at line 562 of file LoopInfo.h.

References N.

◆ getEntryNode()

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

Definition at line 560 of file LoopInfo.h.


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