| 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 | { |
no test coverage detected