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

Method getForkEdgeBegin

svf/include/Graphs/ThreadCallGraph.h:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 callinstToThreadForkEdgesMap.end();
190 }
191 inline ForkEdgeSet::const_iterator getForkEdgeBegin(const CallICFGNode* cs) const
192 {
193 CallInstToForkEdgesMap::const_iterator it = callinstToThreadForkEdgesMap.find(cs);
194 assert(it != callinstToThreadForkEdgesMap.end() && "call instruction not found");
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);

Callers 4

handleForkMethod · 0.80
markRelProcsMethod · 0.80
handleForkMethod · 0.80

Calls 3

findMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected