#include <include/visitor.h>
Inheritance diagram for ExpDestCounter:
Definition at line 615 of file visitor.h.
Public Member Functions | |
ExpDestCounter (std::map< Exp *, int, lessExpStar > &dc) | |
bool | visit (RefExp *e, bool &override) |
Private Attributes | |
std::map< Exp *, int, lessExpStar > & | destCounts |
|
|
|
Reimplemented from ExpVisitor. Definition at line 849 of file visitor.cpp. References Statement::canPropagateToExp(), and destCounts. |
|
Definition at line 616 of file visitor.h. Referenced by visit(). |