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

#include <CFG.h>

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

Static Public Member Functions

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

Additional Inherited Members

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

Detailed Description

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

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

Member Function Documentation

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

Definition at line 257 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: