go/src/cmd/compile/internal/ssa/id.go

type ID

type idAlloc

// get allocates an ID and returns it. IDs are always > 0.
func (a *idAlloc) get() ID {}

// num returns the maximum ID ever returned + 1.
func (a *idAlloc) num() int {}