MCPcopy Create free account
hub / github.com/SVF-tools/SVF / BasicBlockGraph

Method BasicBlockGraph

svf/include/Graphs/BasicBlockG.h:307–310  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

305 NodeID id{0};
306 /// Constructor
307 BasicBlockGraph(): GenericBasicBlockGraphTy()
308 {
309
310 }
311
312
313 SVFBasicBlock* addBasicBlock(const std::string& bbname)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected