opt_cse_calls

When compiling with both optimization level 2 or more and optimize for size, this option is set. The compiler treats multiple calls to a function as a common sub-expression and replace occurrences with indirect calls.

  #pragma opt_cse_calls on | off | reset