Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SVF-tools/SVF
/ hasDFInSet
Method
hasDFInSet
svf/include/MemoryModel/MutablePointsToDS.h:404–407 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
402
}
403
404
virtual inline bool hasDFInSet(LocID loc) const override
405
{
406
return (dfInPtsMap.find(loc) != dfInPtsMap.end());
407
}
408
409
virtual inline bool hasDFOutSet(LocID loc) const override
410
{
Callers
3
updateAllDFOutFromIn
Method · 0.95
dumpPTData
Method · 0.95
updateAllDFOutFromIn
Method · 0.45
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected