go/src/cmd/compile/internal/devirtualize/devirtualize.go

// StaticCall devirtualizes the given call if possible when the concrete callee
// is available statically.
func StaticCall(call *ir.CallExpr) {}