LLVM 22.0.0git
llvm::GraphTraits< MachineLoop * > Struct Reference

#include "llvm/CodeGen/MachineLoopInfo.h"

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

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 188 of file MachineLoopInfo.h.

Member Typedef Documentation

◆ ChildIteratorType

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

Definition at line 190 of file MachineLoopInfo.h.

◆ NodeRef

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

Definition at line 189 of file MachineLoopInfo.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 193 of file MachineLoopInfo.h.

References N.

◆ child_end()

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

Definition at line 194 of file MachineLoopInfo.h.

References N.

◆ getEntryNode()

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

Definition at line 192 of file MachineLoopInfo.h.


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