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