LLVM
8.0.1
|
#include "llvm/IR/CFG.h"
Public Types | |
using | NodeRef = const BasicBlock * |
using | ChildIteratorType = succ_const_iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (const BasicBlock *BB) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
using llvm::GraphTraits< const BasicBlock * >::ChildIteratorType = succ_const_iterator |
using llvm::GraphTraits< const BasicBlock * >::NodeRef = const BasicBlock * |
|
inlinestatic |
Definition at line 318 of file CFG.h.
References llvm::succ_begin().
|
inlinestatic |
Definition at line 319 of file CFG.h.
References llvm::succ_end().
|
inlinestatic |