Skip to content

moveForDeclaredVariables

Move variables declared in a for statement to just outside that statement.

Synopsis

Declared in <src/midend/programTransformation/finiteDifferencing/finiteDifferencing.h>

void
moveForDeclaredVariables(SgNode* root);

Parameters

Name

Description

root

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs