Static Value-Flow Analysis
|
#include <GenericGraph.h>
Static Public Member Functions | |
static bool | classof (const GenericNode< NodeTy, EdgeTy > *) |
static bool | classof (const SVFValue *) |
Private Attributes | |
GEdgeSetTy | InEdges |
all incoming edge of this node | |
GEdgeSetTy | OutEdges |
all outgoing edge of this node | |
Friends | |
class | SVFIRWriter |
class | SVFIRReader |
Additional Inherited Members | |
![]() | |
static bool | isICFGNodeKinds (GNodeK n) |
Helper functions to check node kinds. | |
static bool | isInterICFGNodeKind (GNodeK n) |
static bool | isSVFVarKind (GNodeK n) |
static bool | isValVarKinds (GNodeK n) |
static bool | isConstantDataValVar (GNodeK n) |
static bool | isObjVarKinds (GNodeK n) |
static bool | isBaseObjVarKinds (GNodeK n) |
static bool | isConstantDataObjVarKinds (GNodeK n) |
static bool | isVFGNodeKinds (GNodeK n) |
static bool | isArgumentVFGNodeKinds (GNodeK n) |
static bool | isStmtVFGNodeKinds (GNodeK n) |
static bool | isPHIVFGNodeKinds (GNodeK n) |
static bool | isMRSVFGNodeKinds (GNodeK n) |
static bool | isMSSAPHISVFGNodeKinds (GNodeK n) |
![]() | |
NodeID | id |
Node ID. | |
GNodeK | nodeKind |
Node kind. | |
const SVFType * | type |
SVF type. | |
std::string | name |
std::string | sourceLoc |
Source code information of this value. | |
Generic node on the graph as base class
Definition at line 143 of file GenericGraph.h.
typedef GEdgeSetTy::const_iterator SVF::GenericNode< NodeTy, EdgeTy >::const_iterator |
Definition at line 156 of file GenericGraph.h.
Definition at line 150 of file GenericGraph.h.
typedef OrderedSet<EdgeType*, typename EdgeType::equalGEdge> SVF::GenericNode< NodeTy, EdgeTy >::GEdgeSetTy |
Edge kind.
Definition at line 152 of file GenericGraph.h.
typedef GEdgeSetTy::iterator SVF::GenericNode< NodeTy, EdgeTy >::iterator |
Edge iterator
Definition at line 155 of file GenericGraph.h.
Definition at line 149 of file GenericGraph.h.
|
inline |
Constructor.
Definition at line 166 of file GenericGraph.h.
|
inlinevirtual |
Destructor.
Definition at line 172 of file GenericGraph.h.
|
inline |
Add incoming and outgoing edges.
Definition at line 277 of file GenericGraph.h.
|
inline |
Definition at line 281 of file GenericGraph.h.
|
inlinestatic |
Definition at line 325 of file GenericGraph.h.
Definition at line 330 of file GenericGraph.h.
|
inlinevirtual |
Reimplemented in SVF::ConstraintNode.
Definition at line 248 of file GenericGraph.h.
|
inlinevirtual |
Reimplemented in SVF::ConstraintNode.
Definition at line 265 of file GenericGraph.h.
|
inlinevirtual |
Reimplemented in SVF::ConstraintNode.
Definition at line 252 of file GenericGraph.h.
|
inlinevirtual |
Reimplemented in SVF::ConstraintNode.
Definition at line 269 of file GenericGraph.h.
|
inlinevirtual |
Iterators used for SCC detection, overwrite it in child class if necessary.
Reimplemented in SVF::ConstraintNode.
Definition at line 240 of file GenericGraph.h.
|
inlinevirtual |
Reimplemented in SVF::ConstraintNode.
Definition at line 257 of file GenericGraph.h.
|
inlinevirtual |
Reimplemented in SVF::ConstraintNode.
Definition at line 244 of file GenericGraph.h.
|
inlinevirtual |
Reimplemented in SVF::ConstraintNode.
Definition at line 261 of file GenericGraph.h.
|
inline |
Definition at line 184 of file GenericGraph.h.
|
inline |
Get incoming/outgoing edge set
Definition at line 180 of file GenericGraph.h.
|
inline |
Has incoming/outgoing edge set.
Definition at line 192 of file GenericGraph.h.
|
inline |
Find incoming and outgoing edges.
Definition at line 307 of file GenericGraph.h.
|
inline |
Definition at line 196 of file GenericGraph.h.
|
inline |
Definition at line 315 of file GenericGraph.h.
|
inline |
Definition at line 212 of file GenericGraph.h.
|
inline |
Definition at line 228 of file GenericGraph.h.
|
inline |
Definition at line 216 of file GenericGraph.h.
|
inline |
Definition at line 232 of file GenericGraph.h.
|
inline |
|
inline |
Definition at line 220 of file GenericGraph.h.
|
inline |
Definition at line 208 of file GenericGraph.h.
|
inline |
Definition at line 224 of file GenericGraph.h.
|
inline |
Remove incoming and outgoing edges
Definition at line 289 of file GenericGraph.h.
|
inline |
Definition at line 146 of file GenericGraph.h.
Definition at line 145 of file GenericGraph.h.
|
private |
all incoming edge of this node
Definition at line 161 of file GenericGraph.h.
|
private |
all outgoing edge of this node
Definition at line 162 of file GenericGraph.h.