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

Method getForkEdgeEnd

svf/include/Graphs/ThreadCallGraph.h:197–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 return it->second.begin();
196 }
197 inline ForkEdgeSet::const_iterator getForkEdgeEnd(const CallICFGNode* cs) const
198 {
199 CallInstToForkEdgesMap::const_iterator it = callinstToThreadForkEdgesMap.find(cs);
200 assert(it != callinstToThreadForkEdgesMap.end() && "call instruction not found");
201 return it->second.end();
202 }
203
204 /// Get call graph edge via call instruction
205 //@{

Callers 4

handleForkMethod · 0.80
markRelProcsMethod · 0.80
handleForkMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected