opt_cse_calls

Syntax
  pragma# opt_cse_calls on | off | reset  
Description

under optimize for size and for optimization levels 2 and above, the compiler will treat multiple calls to a function as a common sub-expression and replace occurrences with indirect calls.