| 138 | |
| 139 | public: |
| 140 | IRGraph(bool buildFromFile) |
| 141 | : totalSymNum(0), fromFile(buildFromFile), nodeNumAfterPAGBuild(0), totalPTAPAGEdge(0), valVarNum(0), objVarNum(0), |
| 142 | maxStruct(nullptr), maxStSize(0) |
| 143 | { |
| 144 | } |
| 145 | |
| 146 | virtual ~IRGraph(); |
| 147 |
nothing calls this directly
no outgoing calls
no test coverage detected