LLVM API Documentation
#include <CFG.h>
Inheritance diagram for llvm::GraphTraits< BasicBlock * >:
Public Types | |
typedef BasicBlock | NodeType |
typedef succ_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (BasicBlock *BB) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 159 of file CFG.h.
typedef BasicBlock llvm::GraphTraits< BasicBlock * >::NodeType |
typedef succ_iterator llvm::GraphTraits< BasicBlock * >::ChildIteratorType |
static NodeType* llvm::GraphTraits< BasicBlock * >::getEntryNode | ( | BasicBlock * | BB | ) | [inline, static] |
static ChildIteratorType llvm::GraphTraits< BasicBlock * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
static ChildIteratorType llvm::GraphTraits< BasicBlock * >::child_end | ( | NodeType * | N | ) | [inline, static] |