pub fn calls(
func: &mut Func,
names: &mut Interner,
abi: &'static AbiDescription,
)Expand description
Rewrites every operation at this format into the call that performs it.
The instructions are collected before any of them is touched, because a rewrite puts instructions in front of the one it replaces and the walk would otherwise see its own work.