ExtractFunctionArguments::RewriteFunctionCallArguments
Given the information about a function call (obtained through a traversal), extract its arguments into temporary variables where it is necessary.
Synopsis
Declared in <src/midend/programTransformation/extractFunctionArgumentsNormalization/ExtractFunctionArguments.h>
void
RewriteFunctionCallArguments(FunctionCallInfo const& functionCallInfo);
Parameters
Name |
Description |
functionCallInfo |
Stores a function call expression, along with associated information about its context. |
Created with MrDocs