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

#include <MachineFunction.h>

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

Static Public Member Functions

static NodeTypegetEntryNode (Inverse< const MachineFunction * > G)
 
- Static Public Member Functions inherited from llvm::GraphTraits< Inverse< const MachineBasicBlock * > >
static NodeTypegetEntryNode (Inverse< const MachineBasicBlock * > G)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 

Additional Inherited Members

- Public Types inherited from llvm::GraphTraits< Inverse< const MachineBasicBlock * > >
typedef const MachineBasicBlock NodeType
 
typedef
MachineBasicBlock::const_pred_iterator 
ChildIteratorType
 

Detailed Description

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

Definition at line 545 of file MachineFunction.h.

Member Function Documentation

static NodeType* llvm::GraphTraits< Inverse< const MachineFunction * > >::getEntryNode ( Inverse< const MachineFunction * >  G)
inlinestatic

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