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

#include "llvm/CodeGen/MachineFunction.h"

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

Public Types

using nodes_iterator = pointer_iterator<MachineFunction::const_iterator>
using NodeRef
Public Types inherited from llvm::GraphTraits< const MachineBasicBlock * >
using NodeRef = const MachineBasicBlock *
using ChildIteratorType = MachineBasicBlock::const_succ_iterator

Static Public Member Functions

static NodeRef getEntryNode (const MachineFunction *F)
static nodes_iterator nodes_begin (const MachineFunction *F)
static nodes_iterator nodes_end (const MachineFunction *F)
static unsigned size (const MachineFunction *F)
static unsigned getMaxNumber (const MachineFunction *F)
static unsigned getNumberEpoch (const MachineFunction *F)
Static Public Member Functions inherited from llvm::GraphTraits< const MachineBasicBlock * >
static NodeRef getEntryNode (const MachineBasicBlock *BB)
static ChildIteratorType child_begin (NodeRef N)
static ChildIteratorType child_end (NodeRef N)
static unsigned getNumber (const MachineBasicBlock *BB)

Detailed Description

Definition at line 1517 of file MachineFunction.h.

Member Typedef Documentation

◆ NodeRef

Definition at line 95 of file GraphTraits.h.

◆ nodes_iterator

Member Function Documentation

◆ getEntryNode()

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

Definition at line 1519 of file MachineFunction.h.

References F.

◆ getMaxNumber()

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

Definition at line 1536 of file MachineFunction.h.

References F.

◆ getNumberEpoch()

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

Definition at line 1539 of file MachineFunction.h.

References F.

◆ nodes_begin()

Definition at line 1524 of file MachineFunction.h.

References F.

◆ nodes_end()

Definition at line 1528 of file MachineFunction.h.

References F.

◆ size()

Definition at line 1532 of file MachineFunction.h.

References F.


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