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

Method addParForSite

svf/include/Graphs/ThreadCallGraph.h:324–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 return joinsites.insert(cs).second;
323 }
324 inline bool addParForSite(const CallICFGNode* cs)
325 {
326 callinstToHareParForEdgesMap[cs];
327 return parForSites.insert(cs).second;
328 }
329 //@}
330
331 /// Add direct/indirect thread fork edges

Callers

nothing calls this directly

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected