ASTtools::appendCopy
Append a deepâcopy of statement s onto the basic block b.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/StmtRewrite.hh>
void
appendCopy(
SgStatement const* s,
SgBasicBlock* b);
Parameters
Name |
Description |
s |
This class represents the notion of a statement. |
b |
This class represents the concept of a block (not a basic block from control flow analysis). |
Created with MrDocs