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

#include "llvm/CodeGen/MachineLoopInfo.h"

Public Types

using NodeRef = MachineLoop *
 
using ChildIteratorType = MachineLoopInfo::iterator
 

Static Public Member Functions

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

Detailed Description

Definition at line 208 of file MachineLoopInfo.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< MachineLoop * >::ChildIteratorType = MachineLoopInfo::iterator

Definition at line 210 of file MachineLoopInfo.h.

◆ NodeRef

using llvm::GraphTraits< MachineLoop * >::NodeRef = MachineLoop *

Definition at line 209 of file MachineLoopInfo.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 213 of file MachineLoopInfo.h.

References N.

◆ child_end()

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

Definition at line 214 of file MachineLoopInfo.h.

References N.

◆ getEntryNode()

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

Definition at line 212 of file MachineLoopInfo.h.


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