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. By default, this setting is related to the global_optimizer level.