InliningPredicate
public enum InliningPredicate : Sendable
A predicate testing whether inlining should apply.
-
The function is inlined iff it has no control flow.
Declaration
Swift
case hasNoControlFlow -
Returns
trueifff, which is defined inm, satisfiesself.
View on GitHub