ASTtools::moveStatements
Move statements from one basicāblock to another.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/StmtRewrite.hh>
void
moveStatements(
SgBasicBlock* src,
SgBasicBlock* target);
Parameters
Name |
Description |
src |
This class represents the concept of a block (not a basic block from control flow analysis). |
target |
This class represents the concept of a block (not a basic block from control flow analysis). |
Created with MrDocs