4.3.1 /inline, /inl, (off) /noinline, /ninl, /ipa, /ipa, (off), /noipa, /nipa

The /inline qualifier provides KAP with a list of routines to inline. The /ipa qualifier provides KAP with a list of routines to analyze. Additionally, /ipa causes KAP to give information in the annotated listing about appropriate settings for the /ind , /inll , and /ipall qualifiers on a loop-by-loop basis.

If you specify either the /inline or the /ipa qualifier without an argument list, KAP will try to inline/analyze all the called subroutines and functions in the inlining (or IPA) universe specified by the /inline_from... (/ipa_from... ) qualifiers, subject to restrictions imposed by the /inline_depth and /inline_looplevel (/ipa_looplevel ) qualifiers. If you include a list of names, for example: /inline=mkcoef,yval , then just the routines named will be inlined or analyzed.

A list of routines must be included with /noinline or /noipa . All routines in the inlining/IPA universe are candidates for inlining except the listed ones.

The /[no]inline and /[no]ipa command qualifiers can be overridden by the C*$* [no]inline and C*$* [no]ipa directives.


Previous Page | Next Page | Contents | Index |
Command-Line Qualifiers

Copyright © Digital Equipment Corporation. 1999. All Rights Reserved.