Skip to content

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