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

Method SVFBasicBlock

svf/include/Graphs/BasicBlockG.h:115–118  ·  view source on GitHub ↗

Constructor without name

Source from the content-addressed store, hash-verified

113public:
114 /// Constructor without name
115 SVFBasicBlock(NodeID id, const FunObjVar* f): GenericBasicBlockNodeTy(id, BasicBlockKd), fun(f)
116 {
117
118 }
119 SVFBasicBlock() = delete;
120 ~SVFBasicBlock()
121 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected