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

#include "llvm/CodeGen/MachineFunction.h"

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

Public Types

using nodes_iterator = pointer_iterator< MachineFunction::iterator >
 
- 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 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)
 

Detailed Description

Definition at line 1394 of file MachineFunction.h.

Member Typedef Documentation

◆ nodes_iterator

Definition at line 1399 of file MachineFunction.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 1396 of file MachineFunction.h.

References F.

◆ nodes_begin()

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

Definition at line 1401 of file MachineFunction.h.

References F.

◆ nodes_end()

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

Definition at line 1405 of file MachineFunction.h.

References F.

◆ size()

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

Definition at line 1409 of file MachineFunction.h.

References F.


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