auto_inline

Controls which functions to inline.

Syntax
  #pragma auto_inline on | off | reset  
Remarks

If you enable this pragma, the compiler automatically chooses functions to inline for you, in addition to functions declared with the inline keyword.

Note that if you enable the dont_inline pragma, the compiler ignores the setting of the auto_inline pragma and does not inline any functions.