Determines the maximum complexity for an auto-inlined function.
#pragma ipa_inline_max_auto_size (intval)
intval
The intval value is an approximation of the number of statements in a function, the current default value is 500, which is approximately equal to 100 satement function. Selecting a zero value will disable the IPA auto inlining.
The size of the code objects that are not referenced by address and are only called once is specified above a certain threshold using this pragma, preventing them from being marked as inline.