Static Value-Flow Analysis
|
#include <ThreadCallGraph.h>
Public Types | |
typedef GenericNode< CallGraphNode, ThreadForkEdge >::GEdgeSetTy | ForkEdgeSet |
![]() | |
enum | CEDGEK { CallRetEdge , TDForkEdge , TDJoinEdge , HareParForEdge } |
typedef Set< const CallICFGNode * > | CallInstSet |
typedef GenericNode< CallGraphNode, CallGraphEdge >::GEdgeSetTy | CallGraphEdgeSet |
![]() | |
typedef NodeTy | NodeType |
Node type. | |
typedef u64_t | GEdgeFlag |
typedef s64_t | GEdgeKind |
typedef struct SVF::GenericEdge::equalGEdge | equalGEdge |
Add the hash function for std::set (we also can overload operator< to implement this) | |
Static Public Member Functions | |
static bool | classof (const ThreadForkEdge *) |
ClassOf. | |
static bool | classof (const CallGraphEdge *edge) |
![]() | |
static GEdgeFlag | makeEdgeFlagWithInvokeID (GEdgeKind k, CallSiteID cs) |
Compute the unique edgeFlag value from edge kind and CallSiteID. | |
static bool | classof (const CallGraphEdge *) |
ClassOf. | |
static bool | classof (const GenericPTACallGraphEdgeTy *edge) |
Additional Inherited Members | |
![]() | |
static constexpr unsigned char | EdgeKindMaskBits = 8 |
We use the lower 8 bits to denote edge kind. | |
static constexpr u64_t | EdgeKindMask = (~0ULL) >> (64 - EdgeKindMaskBits) |
PTA thread fork edge from fork site to the entry of a start routine function
Definition at line 43 of file ThreadCallGraph.h.
Definition at line 71 of file ThreadCallGraph.h.
|
inline |
Constructor.
Definition at line 48 of file ThreadCallGraph.h.
|
inlinevirtual |
|
inlinestatic |
Definition at line 63 of file ThreadCallGraph.h.
|
inlinestatic |
|
virtual |
Reimplemented from SVF::CallGraphEdge.
Definition at line 49 of file ThreadCallGraph.cpp.