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

#include "llvm/CodeGen/MachineFunction.h"

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

Public Types

using nodes_iterator = pointer_iterator<MachineFunction::iterator>
using NodeRef
Public Types inherited from llvm::GraphTraits< MachineBasicBlock * >
using NodeRef = MachineBasicBlock *
using ChildIteratorType = MachineBasicBlock::succ_iterator

Static Public Member Functions

static NodeRef getEntryNode (MachineFunction *F)
static nodes_iterator nodes_begin (MachineFunction *F)
static nodes_iterator nodes_end (MachineFunction *F)
static unsigned size (MachineFunction *F)
static unsigned getMaxNumber (MachineFunction *F)
static unsigned getNumberEpoch (MachineFunction *F)
Static Public Member Functions inherited from llvm::GraphTraits< MachineBasicBlock * >
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 1493 of file MachineFunction.h.

Member Typedef Documentation

◆ NodeRef

using llvm::GraphTraits< MachineFunction * >::NodeRef

Definition at line 95 of file GraphTraits.h.

◆ nodes_iterator

Definition at line 1498 of file MachineFunction.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 1495 of file MachineFunction.h.

References F.

◆ getMaxNumber()

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

Definition at line 1510 of file MachineFunction.h.

References F.

◆ getNumberEpoch()

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

Definition at line 1513 of file MachineFunction.h.

References F.

◆ nodes_begin()

nodes_iterator llvm::GraphTraits< MachineFunction * >::nodes_begin ( MachineFunction * F)
inlinestatic

Definition at line 1500 of file MachineFunction.h.

References F.

◆ nodes_end()

nodes_iterator llvm::GraphTraits< MachineFunction * >::nodes_end ( MachineFunction * F)
inlinestatic

Definition at line 1504 of file MachineFunction.h.

References F.

◆ size()

Definition at line 1508 of file MachineFunction.h.

References F.


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