MCPcopy Create free account
hub / github.com/SVF-tools/SVF / addThreadForkEdgeSetMap

Method addThreadForkEdgeSetMap

svf/include/Graphs/ThreadCallGraph.h:344–351  ·  view source on GitHub ↗

map call instruction to its PTACallGraphEdge map

Source from the content-addressed store, hash-verified

342
343 /// map call instruction to its PTACallGraphEdge map
344 inline void addThreadForkEdgeSetMap(const CallICFGNode* cs, ThreadForkEdge* edge)
345 {
346 if(edge!=nullptr)
347 {
348 callinstToThreadForkEdgesMap[cs].insert(edge);
349 callinstToCallGraphEdgesMap[cs].insert(edge);
350 }
351 }
352
353 /// map call instruction to its PTACallGraphEdge map
354 inline void addThreadJoinEdgeSetMap(const CallICFGNode* cs, ThreadJoinEdge* edge)

Callers 1

buildThreadCallGraphMethod · 0.80

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected