The following table explains how to control interprocedural analysis.
| Turn control this option from here... | use this setting |
|---|---|
| CodeWarrior IDE | Select Program under Inter-procedural analyis (IPA) option in the C/C++ Build > Settings > ARM Compiler > Optimization panel |
| source code | #pragma ipa program file | on | function | off |
| command line | -ipa file | program | program-final | function | off |