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