Static Value-Flow Analysis
|
#include <ThreadCallGraph.h>
Additional Inherited Members | |
![]() | |
u32_t | edgeNum |
total num of node | |
u32_t | nodeNum |
total num of edge | |
![]() | |
void | destroy () |
Clean up memory. | |
CallSiteID | addCallSite (const CallICFGNode *cs, const FunObjVar *callee) |
Add CallSiteID. | |
void | addEdge (CallGraphEdge *edge) |
Add call graph edge. | |
![]() | |
FunToCallGraphNodeMap | funToCallGraphNodeMap |
Call Graph node map. | |
CallInstToCallGraphEdgesMap | callinstToCallGraphEdgesMap |
Map a call instruction to its corresponding call edges. | |
NodeID | callGraphNodeNum |
u32_t | numOfResolvedIndCallEdge |
CGEK | kind |
![]() | |
IDToNodeMapTy | IDToNodeMap |
node map | |
Thread sensitive call graph
Definition at line 141 of file ThreadCallGraph.h.
Definition at line 149 of file ThreadCallGraph.h.
Definition at line 151 of file ThreadCallGraph.h.
Definition at line 153 of file ThreadCallGraph.h.
Definition at line 146 of file ThreadCallGraph.h.
Definition at line 147 of file ThreadCallGraph.h.
Definition at line 148 of file ThreadCallGraph.h.
Definition at line 145 of file ThreadCallGraph.h.
Definition at line 150 of file ThreadCallGraph.h.
Definition at line 152 of file ThreadCallGraph.h.
Constructor.
Constructor
Definition at line 42 of file ThreadCallGraph.cpp.
|
delete |
|
inlinevirtual |
bool ThreadCallGraph::addDirectForkEdge | ( | const CallICFGNode * | cs | ) |
Add direct/indirect thread fork edges.
Add direct fork edges
Definition at line 146 of file ThreadCallGraph.cpp.
void ThreadCallGraph::addDirectJoinEdge | ( | const CallICFGNode * | cs, |
const CallSiteSet & | forkset | ||
) |
Add thread join edges.
Add direct fork edges As join edge is a special return which is back to join site(s) rather than its fork site A ThreadJoinEdge is created from the functions where join sites reside in to the start routine function But we don't invoke addEdge() method to add the edge to src and dst, otherwise it makes a scc cycle
Definition at line 202 of file ThreadCallGraph.cpp.
|
inline |
Add fork sites which directly or indirectly create a thread.
Definition at line 314 of file ThreadCallGraph.h.
|
inline |
map call instruction to its PTACallGraphEdge map
Definition at line 364 of file ThreadCallGraph.h.
bool ThreadCallGraph::addIndirectForkEdge | ( | const CallICFGNode * | cs, |
const FunObjVar * | calleefun | ||
) |
Add indirect fork edge to update call graph
Definition at line 174 of file ThreadCallGraph.cpp.
|
inline |
Definition at line 319 of file ThreadCallGraph.h.
|
inline |
Definition at line 324 of file ThreadCallGraph.h.
|
inline |
map call instruction to its PTACallGraphEdge map
Definition at line 344 of file ThreadCallGraph.h.
|
inline |
map call instruction to its PTACallGraphEdge map
Definition at line 354 of file ThreadCallGraph.h.
Definition at line 171 of file ThreadCallGraph.h.
|
inlinestatic |
|
inline |
Fork sites iterators.
Definition at line 256 of file ThreadCallGraph.h.
|
inline |
Definition at line 260 of file ThreadCallGraph.h.
|
inline |
Definition at line 191 of file ThreadCallGraph.h.
|
inline |
Definition at line 197 of file ThreadCallGraph.h.
|
inline |
Definition at line 211 of file ThreadCallGraph.h.
|
inline |
Definition at line 217 of file ThreadCallGraph.h.
|
inline |
Definition at line 223 of file ThreadCallGraph.h.
|
inline |
Num of fork/join sites.
Definition at line 292 of file ThreadCallGraph.h.
|
inline |
Definition at line 296 of file ThreadCallGraph.h.
|
inline |
Definition at line 300 of file ThreadCallGraph.h.
|
inline |
|
inline |
Get call graph edge via call instruction.
whether this call instruction has a valid call graph edge
Definition at line 186 of file ThreadCallGraph.h.
|
inline |
has thread join edge
Definition at line 374 of file ThreadCallGraph.h.
|
inline |
Get call graph edge via call instruction.
whether this call instruction has a valid call graph edge
Definition at line 207 of file ThreadCallGraph.h.
|
inline |
Whether a callsite is a fork or join or hare_parallel_for
Definition at line 240 of file ThreadCallGraph.h.
|
inline |
Definition at line 244 of file ThreadCallGraph.h.
|
inline |
Definition at line 248 of file ThreadCallGraph.h.
|
inline |
Join sites iterators.
Definition at line 268 of file ThreadCallGraph.h.
|
inline |
Definition at line 272 of file ThreadCallGraph.h.
|
inline |
hare_parallel_for sites iterators
Definition at line 280 of file ThreadCallGraph.h.
|
inline |
Definition at line 284 of file ThreadCallGraph.h.
void ThreadCallGraph::updateCallGraph | ( | PointerAnalysis * | pta | ) |
Update call graph using pointer results.
Definition at line 77 of file ThreadCallGraph.cpp.
void ThreadCallGraph::updateJoinEdge | ( | PointerAnalysis * | pta | ) |
Update join edge using pointer analysis results.
Update join edge using pointer analysis results
Definition at line 122 of file ThreadCallGraph.cpp.
|
private |
Map a call instruction to its corresponding hare_parallel_for edges.
Definition at line 394 of file ThreadCallGraph.h.
|
private |
Map a call instruction to its corresponding fork edges.
Definition at line 392 of file ThreadCallGraph.h.
|
private |
Map a call instruction to its corresponding join edges.
Definition at line 393 of file ThreadCallGraph.h.
|
private |
all thread fork sites
Definition at line 389 of file ThreadCallGraph.h.
|
private |
all thread fork sites
Definition at line 390 of file ThreadCallGraph.h.
|
private |
all parallel for sites
Definition at line 391 of file ThreadCallGraph.h.
|
private |
Thread API.
Definition at line 388 of file ThreadCallGraph.h.