Outliner::Result
Stores the main results of an outlining transformation.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/Outliner.hh>
struct Result;
Member Functions
Data Members
Name |
Description |
A call statement to invoke the outlined function. |
|
The outlined function's declaration and definition. |
|
A SgFile pointer to the newly generated source file containing the |
|
Non-Member Functions
Name |
Description |
Outlines the given statement. The main programming interface. |
|
If 's' is an outline pragma, this function "executes" it. |
|
Outline to a new function with the specified name, calling preprocessing internally |
|
Outlines the given basic block into a function named 'name'. |
Created with MrDocs