Controls the use of copy propagation optimization at low-level.
#pragma copy_propag on | off | reset
If you enable this pragma, the compiler replaces the use of variable with its previous value.
This pragma corresponds to -copy_propag command line option.