Versions in this module Expand all Collapse all v0 v0.9.1 Aug 27, 2026 v0.9.0 Aug 23, 2026 Changes in this version + func Calls(prog *ir.Program) iter.Seq[*ir.CallCommon] + func Funcs(prog *ir.Program) iter.Seq2[*ir.Module, *ir.Function] + func Instrs(fn *ir.Function) iter.Seq[*ir.Instruction] + func SetCallee(cc *ir.CallCommon, name string)