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

#include "llvm/CodeGen/MachineFunction.h"

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

Public Types

using nodes_iterator = pointer_iterator< MachineFunction::const_iterator >
 
- Public Types inherited from llvm::GraphTraits< const MachineBasicBlock *>
using NodeRef = typename const MachineBasicBlock *::UnknownGraphTypeError
 

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)
 

Detailed Description

template<>
struct llvm::GraphTraits< const MachineFunction * >

Definition at line 971 of file MachineFunction.h.

Member Typedef Documentation

◆ nodes_iterator

Definition at line 976 of file MachineFunction.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 973 of file MachineFunction.h.

References llvm::MachineFunction::front().

◆ nodes_begin()

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

Definition at line 978 of file MachineFunction.h.

References llvm::MachineFunction::begin().

◆ nodes_end()

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

Definition at line 982 of file MachineFunction.h.

References llvm::MachineFunction::end().

◆ size()

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

Definition at line 986 of file MachineFunction.h.

References llvm::MachineFunction::size().


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