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