Outliner::Preprocess::createBlock
Convert the "plaināold" statement into an SgBasicBlock. This normalization simplifies outlining of single statements.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/Preprocess.hh>
SgBasicBlock*
createBlock(SgStatement* s);
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