fn requires_wrapping(gcx: Gcx<'_>, stmts: &[Stmt<'_>]) -> boolExpand description
Whether stmts should move into a helper: anything but a single plain call requires wrapping.
Inline assembly is left alone; its authors know how to manage code size and have a reason to
use it in a modifier.