Static Value-Flow Analysis
|
#include <BasicBlockG.h>
Public Member Functions | |
BasicBlockGraph () | |
Constructor. | |
SVFBasicBlock * | addBasicBlock (const std::string &bbname) |
![]() | |
GenericGraph () | |
Constructor. | |
virtual | ~GenericGraph () |
Destructor. | |
void | destroy () |
Release memory. | |
iterator | begin () |
Iterators. | |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
void | addGNode (NodeID id, NodeType *node) |
Add a Node. | |
NodeType * | getGNode (NodeID id) const |
Get a node. | |
bool | hasGNode (NodeID id) const |
Has a node. | |
void | removeGNode (NodeType *node) |
Delete a node. | |
u32_t | getTotalNodeNum () const |
Get total number of node/edge. | |
u32_t | getTotalEdgeNum () const |
void | incNodeNum () |
Increase number of node/edge. | |
void | incEdgeNum () |
Private Attributes | |
NodeID | id {0} |
Additional Inherited Members | |
![]() | |
typedef NodeTy | NodeType |
typedef EdgeTy | EdgeType |
typedef OrderedMap< NodeID, NodeType * > | IDToNodeMapTy |
NodeID to GenericNode map. | |
typedef IDToNodeMapTy::iterator | iterator |
Node Iterators. | |
typedef IDToNodeMapTy::const_iterator | const_iterator |
![]() | |
u32_t | edgeNum |
total num of node | |
u32_t | nodeNum |
total num of edge | |
![]() | |
IDToNodeMapTy | IDToNodeMap |
node map | |
Definition at line 295 of file BasicBlockG.h.
|
inline |
|
inline |
Definition at line 306 of file BasicBlockG.h.
|
private |
Definition at line 298 of file BasicBlockG.h.