18 rawstr <<
"----------"<<
"SVFBasicBlock: " <<
getName() <<
"----------\n";
21 rawstr << icfgNode->toString();
23 rawstr <<
"\n----------------------------------------\n";
virtual const std::string toString() const
SVFBasicBlock * addBasicBlock(const std::string &bbname)
NodeType * getSrcNode() const
NodeType * getDstNode() const
void addGNode(NodeID id, NodeType *node)
Add a Node.
const std::string toString() const
std::vector< const ICFGNode * > allICFGNodes
all ICFGNodes in this BasicBlock
NodeID getId() const
Get ID.
virtual const std::string & getName() const
llvm::IRBuilder IRBuilder