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

#include <CFG.h>

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

Public Types

typedef const BasicBlock NodeType
 
typedef const_pred_iterator ChildIteratorType
 

Static Public Member Functions

static NodeTypegetEntryNode (Inverse< const BasicBlock * > G)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 

Detailed Description

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

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

Member Typedef Documentation

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

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

Member Function Documentation

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

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

References llvm::pred_begin().

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

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

References llvm::pred_end().

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

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

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


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