Specifies how to apply interprocedural analysis optimizations.
#pragma ipa program | file | on | function | off
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.