ipa

Specifies how to apply interprocedural analysis optimizations.

Syntax
  #pragma ipa program | file | on | function | off
  
  
Remarks

See "Interprocedural Analysis" on page 193.

Place this pragma at the beginning of a source file, before any functions or data have been defined. There are three levels of interprocedural analysis:

The options file and on are equivalent. The options function and off are equivalent.