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

#include <CFG.h>

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

Public Types

typedef BasicBlockNodeRef
 
typedef pred_iterator ChildIteratorType
 

Static Public Member Functions

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

Detailed Description

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

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

Member Typedef Documentation

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

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

Member Function Documentation

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

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

References llvm::pred_begin().

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

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

References llvm::pred_end().

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

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

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


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