Constructor
| 305 | NodeID id{0}; |
| 306 | /// Constructor |
| 307 | BasicBlockGraph(): GenericBasicBlockGraphTy() |
| 308 | { |
| 309 | |
| 310 | } |
| 311 | |
| 312 | |
| 313 | SVFBasicBlock* addBasicBlock(const std::string& bbname) |
nothing calls this directly
no outgoing calls
no test coverage detected