opt_propagation

Controls the use of copy and constant propagation optimization.

Syntax
  #pragma opt_propagation on | off | reset
  
  
Remarks

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.