LLVM 23.0.0git
llvm::GraphTraits< Inverse< const MachineBasicBlock * > > Struct Reference

#include "llvm/CodeGen/MachineBasicBlock.h"

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

Public Types

using NodeRef = const MachineBasicBlock *
using ChildIteratorType = MachineBasicBlock::const_pred_iterator

Static Public Member Functions

static NodeRef getEntryNode (Inverse< const MachineBasicBlock * > G)
static ChildIteratorType child_begin (NodeRef N)
static ChildIteratorType child_end (NodeRef N)
static unsigned getNumber (const MachineBasicBlock *BB)

Detailed Description

Definition at line 1432 of file MachineBasicBlock.h.

Member Typedef Documentation

◆ ChildIteratorType

◆ NodeRef

Definition at line 1433 of file MachineBasicBlock.h.

Member Function Documentation

◆ child_begin()

Definition at line 1440 of file MachineBasicBlock.h.

References N.

◆ child_end()

Definition at line 1441 of file MachineBasicBlock.h.

References N.

◆ getEntryNode()

Definition at line 1436 of file MachineBasicBlock.h.

References G.

◆ getNumber()

Definition at line 1443 of file MachineBasicBlock.h.

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


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