Skip to content

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