Skip to content

ASTtools::moveInsidePreprocInfo

Moves 'inside' preprocessing information.

Synopsis

Declared in <src/midend/programTransformation/astOutlining/PreprocessingInfo.hh>

void
moveInsidePreprocInfo(
    SgBasicBlock* src,
    SgBasicBlock* dest);

Description

Moves all preprocessing information attached 'inside' the source block to be inside the destination block.

Parameters

Name

Description

src

This class represents the concept of a block (not a basic block from control flow analysis).

dest

This class represents the concept of a block (not a basic block from control flow analysis).

Created with MrDocs