addr of expression
| 397 | } |
| 398 | // addr of expression |
| 399 | virtual void preVisit ( ExprRef2Ptr * expr ) override { |
| 400 | Visitor::preVisit(expr); |
| 401 | // TODO: |
| 402 | // at some point we should do better data trackng for this type of aliasing |
| 403 | propagateWrite(expr); |
| 404 | } |
| 405 | // source in the For loop |
| 406 | virtual void preVisitForSource ( ExprFor * expr, Expression * subexpr, bool last ) override { |
| 407 | Visitor::preVisitForSource(expr, subexpr, last); |