finline
Tells the compiler to inline functions declared with !DIR$ ATTRIBUTES FORCEINLINE.
finline-functions
Enables function inlining for single file compilation.
finline-limit
Lets you specify the maximum size of a function to be inlined.
inline
Specifies the level of inline function expansion.
inline-factor, Qinline-factor
Specifies the percentage multiplier that should be applied to all inlining options that define upper limits. This feature is only available for ifort.
inline-forceinline, Qinline-forceinline
Instructs the compiler to force inlining of functions suggested for inlining whenever the compiler is capable doing so. This feature is only available for ifort.
inline-level, Ob
Specifies the level of inline function expansion.
inline-max-size, Qinline-max-size
Specifies the lower limit for the size of what the inliner considers to be a large routine. This feature is only available for ifort.
inline-min-caller-growth, Qinline-min-caller-growth
Lets you specify a procedure size n for which procedures of size <= n do not contribute to the estimated growth of the caller when inlined. This feature is only available for ifort.
inline-min-size, Qinline-min-size
Specifies the upper limit for the size of what the inliner considers to be a small routine. This feature is only available for ifort.
Qinline-dllimport
Determines whether dllimport functions are inlined. This feature is only available for ifort.