The following qualifiers cause KAP to recognize the #pragma
_KAP [no]inline
and #pragma _KAP [no]ipa
directives. These qualifiers allow manual control over which
functions are inlined/analyzed at which call sites. (See Section 6.3.)
/inline_manual [/inm] /ipa_manual [/ipam]
The default is to ignore these pragmas. They are enabled when any of
the /inlining
or /ipa
command qualifiers,
respectively, are specified. The /inline_manual
and /ipa_manual
qualifiers permit you to enable the
directives without performing other inlining.