There are two phases to inlining - defining the universe of
inlinable routines and selecting which routines in that universe
to inline or analyze. The /inline_from...
and
/ipa_from...
qualifiers define the universe of
inlinable routines. The /inline, /ipa, /..._looplevel,
and /inline_depth
qualifiers select which of
the available routines are to be inlined/analyzed. The
/inline_create
and /ipa_create
qualifiers
set up collections of routines for inclusion in later KAP runs.
All of the inlining and IPA command qualifiers are listed in the following sections. The short forms of their names are in brackets.