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

#include <MachineBasicBlock.h>

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

Public Types

typedef const MachineBasicBlockNodeRef
 
typedef
MachineBasicBlock::const_pred_iterator 
ChildIteratorType
 

Static Public Member Functions

static NodeRef getEntryNode (Inverse< const MachineBasicBlock * > G)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

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

Definition at line 787 of file MachineBasicBlock.h.

Member Typedef Documentation

Definition at line 789 of file MachineBasicBlock.h.

Definition at line 788 of file MachineBasicBlock.h.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< Inverse< const MachineBasicBlock * > >::child_begin ( NodeRef  N)
inlinestatic

Definition at line 793 of file MachineBasicBlock.h.

References llvm::MachineBasicBlock::pred_begin().

static ChildIteratorType llvm::GraphTraits< Inverse< const MachineBasicBlock * > >::child_end ( NodeRef  N)
inlinestatic

Definition at line 794 of file MachineBasicBlock.h.

References llvm::MachineBasicBlock::pred_end().

static NodeRef llvm::GraphTraits< Inverse< const MachineBasicBlock * > >::getEntryNode ( Inverse< const MachineBasicBlock * >  G)
inlinestatic

Definition at line 790 of file MachineBasicBlock.h.

References llvm::Inverse< GraphType >::Graph.


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