|
LLVM
8.0.1
|
#include "llvm/IR/CFG.h"


Public Types | |
| using | nodes_iterator = pointer_iterator< Function::const_iterator > |
Public Types inherited from llvm::GraphTraits< const BasicBlock *> | |
| using | NodeRef = typename const BasicBlock *::UnknownGraphTypeError |
Static Public Member Functions | |
| static NodeRef | getEntryNode (const Function *F) |
| static nodes_iterator | nodes_begin (const Function *F) |
| static nodes_iterator | nodes_end (const Function *F) |
| static size_t | size (const Function *F) |
|
inlinestatic |
Definition at line 371 of file CFG.h.
References llvm::Function::getEntryBlock().
|
inlinestatic |
Definition at line 376 of file CFG.h.
References llvm::Function::begin().
|
inlinestatic |
Definition at line 380 of file CFG.h.
References llvm::Function::end().
Definition at line 384 of file CFG.h.
References llvm::Function::size().
1.8.13