Controls the use of copy and constant propagation optimization.
#pragma opt_propagation on | off | reset
If you enable this pragma, the compiler replaces multiple occurrences of one variable with a single occurrence.
This pragma does not correspond to any panel setting in the Language panel. To check this setting, use __option (opt_propagation), described in Checking Pragma Settings. By default, this pragma is disabled.