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

#include "llvm/CodeGen/MachineBasicBlock.h"

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

Public Types

using NodeRef = MachineBasicBlock *
 
using ChildIteratorType = MachineBasicBlock::pred_iterator
 

Static Public Member Functions

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

Detailed Description

Definition at line 1333 of file MachineBasicBlock.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 1335 of file MachineBasicBlock.h.

◆ NodeRef

Definition at line 1334 of file MachineBasicBlock.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 1341 of file MachineBasicBlock.h.

References N.

◆ child_end()

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

Definition at line 1342 of file MachineBasicBlock.h.

References N.

◆ getEntryNode()

static NodeRef llvm::GraphTraits< Inverse< MachineBasicBlock * > >::getEntryNode ( Inverse< MachineBasicBlock * >  G)
inlinestatic

Definition at line 1337 of file MachineBasicBlock.h.

References G.

◆ getNumber()

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

Definition at line 1344 of file MachineBasicBlock.h.

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


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