Skip to content

Outliner::Preprocess::preprocessOutlineTarget

Preprocesses the outline target and returns an equivalent SgBasicBlock to outline.

Synopsis

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

SgBasicBlock*
preprocessOutlineTarget(SgStatement* s);

Description

The goal of this preprocessing is to simplify outlining by always providing the caller with an SgBasicBlock to outline.

Return Value

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

Parameters

Name

Description

s

This class represents the notion of a statement.

Created with MrDocs