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

Method updateDFInFromIn

svf/include/MemoryModel/MutablePointsToDS.h:464–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462 ///@}
463
464 virtual inline bool updateDFInFromIn(LocID srcLoc, const Key& srcVar, LocID dstLoc, const Key& dstVar) override
465 {
466 return this->unionPts(getDFInPtsSet(dstLoc,dstVar), getDFInPtsSet(srcLoc,srcVar));
467 }
468
469 virtual inline bool updateDFInFromOut(LocID srcLoc, const Key& srcVar, LocID dstLoc, const Key& dstVar) override
470 {

Callers 2

updateAllDFInFromInMethod · 0.95
updateInFromInMethod · 0.45

Calls 1

unionPtsMethod · 0.95

Tested by

no test coverage detected