exp/ssa: add Instruction.Operands and Value.Referrers methods.
Operands returns the SSA values used by an instruction. Referrers returns the SSA instructions that use a value, for some values. These will be used for SSA renaming, to follow. R=iant, gri CC=golang-dev https://golang.org/cl/7312090
Showing
Please register or sign in to comment