17 rawstr <<
"----------"<<
"SVFBasicBlock: " <<
getName() <<
"----------\n";
20 rawstr << icfgNode->toString();
22 rawstr <<
"\n----------------------------------------\n";
virtual const std::string toString() const
NodeType * getSrcNode() const
NodeType * getDstNode() const
const std::string toString() const
std::vector< const ICFGNode * > allICFGNodes
all ICFGNodes in this BasicBlock
virtual const std::string & getName() const
llvm::IRBuilder IRBuilder