| 1177 | } |
| 1178 | |
| 1179 | inline const FunObjVar* getDefFunForMultipleModule() const |
| 1180 | { |
| 1181 | if(realDefFun==nullptr) |
| 1182 | return this; |
| 1183 | return realDefFun; |
| 1184 | } |
| 1185 | |
| 1186 | void setBasicBlockGraph(BasicBlockGraph* graph) |
| 1187 | { |
no outgoing calls
no test coverage detected