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

Method addSingleRevPts

svf/include/MemoryModel/MutablePointsToDS.h:189–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 return d.test_and_set(e);
188 }
189 inline void addSingleRevPts(KeySet &revData, const Key& tgr)
190 {
191 if (this->rev)
192 {
193 SVFUtil::insertKey(tgr, revData);
194 }
195 }
196 inline void addRevPts(const DataSet &ptsData, const Key& tgr)
197 {
198 if (this->rev)

Callers

nothing calls this directly

Calls 1

insertKeyFunction · 0.85

Tested by

no test coverage detected