LLVM API Documentation

Public Types | Static Public Member Functions
llvm::GraphTraits< const MachineBasicBlock * > Struct Template Reference

#include <MachineBasicBlock.h>

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

List of all members.

Public Types

typedef const MachineBasicBlock NodeType
typedef
MachineBasicBlock::const_succ_iterator 
ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (const MachineBasicBlock *BB)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)

Detailed Description

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

Definition at line 684 of file MachineBasicBlock.h.


Member Typedef Documentation

Definition at line 686 of file MachineBasicBlock.h.

Definition at line 685 of file MachineBasicBlock.h.


Member Function Documentation

static ChildIteratorType llvm::GraphTraits< const MachineBasicBlock * >::child_begin ( NodeType N) [inline, static]

Definition at line 689 of file MachineBasicBlock.h.

References llvm::MachineBasicBlock::succ_begin().

static ChildIteratorType llvm::GraphTraits< const MachineBasicBlock * >::child_end ( NodeType N) [inline, static]

Definition at line 692 of file MachineBasicBlock.h.

References llvm::MachineBasicBlock::succ_end().

static NodeType* llvm::GraphTraits< const MachineBasicBlock * >::getEntryNode ( const MachineBasicBlock BB) [inline, static]

Definition at line 688 of file MachineBasicBlock.h.


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