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

#include <CFG.h>

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

Static Public Member Functions

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

Additional Inherited Members

- Public Types inherited from llvm::GraphTraits< Inverse< BasicBlock * > >
typedef BasicBlock NodeType
 
typedef pred_iterator ChildIteratorType
 

Detailed Description

template<>
struct llvm::GraphTraits< Inverse< Function * > >

Definition at line 386 of file IR/CFG.h.

Member Function Documentation

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

Definition at line 388 of file IR/CFG.h.

References llvm::Function::getEntryBlock(), and llvm::Inverse< GraphType >::Graph.


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