isInlinableNestedAggregate

Indicates if a nested aggregate prevents or not a function to be inlined. It's used to compute the cost but also to avoid a copy of the aggregate while the inliner processes.

isInlinableNestedAggregate

Parameters

e DeclarationExp

the declaration expression that may represent an aggregate.

Return Value

null if e is not an aggregate or if it is an aggregate that doesn't permit inlining, and the aggregate otherwise.

Suggestion Box / Bug Report