LLVM 22.0.0git
llvm::GraphTraits< const Loop * > Struct Reference

#include "llvm/Analysis/LoopInfo.h"

Inheritance diagram for llvm::GraphTraits< const Loop * >:
[legend]

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

Definition at line 551 of file LoopInfo.h.

Member Typedef Documentation

◆ ChildIteratorType

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

Definition at line 553 of file LoopInfo.h.

◆ NodeRef

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

Definition at line 552 of file LoopInfo.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 556 of file LoopInfo.h.

References N.

◆ child_end()

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

Definition at line 557 of file LoopInfo.h.

References N.

◆ getEntryNode()

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

Definition at line 555 of file LoopInfo.h.


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