Outliner::generateCall
Generates a call to an outlined function.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/Outliner.hh>
SgStatement*
generateCall(
SgFunctionDeclaration* out_func,
ASTtools::VarSymSet_t const& syms,
std::set<SgInitializedName*> const readOnlyVars,
std::string wrapper_arg_name,
SgScopeStatement* scope);
Return Value
This class represents the notion of a statement.
Parameters
Name |
Description |
out_func |
This class represents the concept of a function declaration statement. |
syms |
Stores a collection of SgVariableSymbols (var syms). |
scope |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs