| 2251 | } |
| 2252 | |
| 2253 | BasicBlockValVar(NodeID i, const SVFType* svfType) |
| 2254 | : ValVar(i, svfType, nullptr, BasicBlockValNode) {} |
| 2255 | |
| 2256 | inline const std::string getValueName() const |
| 2257 | { |
nothing calls this directly
no outgoing calls
no test coverage detected