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

#include "llvm/CodeGen/MachineBasicBlock.h"

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

Public Types

using NodeRef = MachineBasicBlock *
using ChildIteratorType = MachineBasicBlock::succ_iterator

Static Public Member Functions

static NodeRef getEntryNode (MachineBasicBlock *BB)
static ChildIteratorType child_begin (NodeRef N)
static ChildIteratorType child_end (NodeRef N)
static unsigned getNumber (MachineBasicBlock *BB)

Detailed Description

Definition at line 1356 of file MachineBasicBlock.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 1358 of file MachineBasicBlock.h.

◆ NodeRef

Definition at line 1357 of file MachineBasicBlock.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 1361 of file MachineBasicBlock.h.

References N.

◆ child_end()

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

Definition at line 1362 of file MachineBasicBlock.h.

References N.

◆ getEntryNode()

NodeRef llvm::GraphTraits< MachineBasicBlock * >::getEntryNode ( MachineBasicBlock * BB)
inlinestatic

Definition at line 1360 of file MachineBasicBlock.h.

◆ getNumber()

unsigned llvm::GraphTraits< MachineBasicBlock * >::getNumber ( MachineBasicBlock * BB)
inlinestatic

Definition at line 1364 of file MachineBasicBlock.h.

References assert(), and llvm::MachineBasicBlock::getNumber().


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