LLVM: llvm::GraphTraits< Inverse< const MachineFunction * > (original) (raw)

#include "[llvm/CodeGen/MachineFunction.h](MachineFunction%5F8h%5Fsource.html)"

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

using llvm::GraphTraits< Inverse< const MachineFunction * > >::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: