LLVM 22.0.0git
llvm::GraphTraits< Inverse< const MachineFunction * > > Struct Reference

#include "llvm/CodeGen/MachineFunction.h"

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

Public Types

using NodeRef
Public Types inherited from llvm::GraphTraits< Inverse< const MachineBasicBlock * > >
using NodeRef = const MachineBasicBlock *
using ChildIteratorType = MachineBasicBlock::const_pred_iterator

Static Public Member Functions

static NodeRef getEntryNode (Inverse< const MachineFunction * > G)
static unsigned getMaxNumber (const MachineFunction *F)
static unsigned getNumberEpoch (const MachineFunction *F)
Static Public Member Functions inherited from llvm::GraphTraits< Inverse< const MachineBasicBlock * > >
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 1562 of file MachineFunction.h.

Member Typedef Documentation

◆ NodeRef

Definition at line 95 of file GraphTraits.h.

Member Function Documentation

◆ getEntryNode()

NodeRef llvm::GraphTraits< Inverse< const MachineFunction * > >::getEntryNode ( Inverse< const MachineFunction * > G)
inlinestatic

Definition at line 1564 of file MachineFunction.h.

References G.

◆ getMaxNumber()

unsigned llvm::GraphTraits< Inverse< const MachineFunction * > >::getMaxNumber ( const MachineFunction * F)
inlinestatic

Definition at line 1568 of file MachineFunction.h.

References F.

◆ getNumberEpoch()

unsigned llvm::GraphTraits< Inverse< const MachineFunction * > >::getNumberEpoch ( const MachineFunction * F)
inlinestatic

Definition at line 1571 of file MachineFunction.h.

References F.


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