Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
VarVers = make(map[ssa.Value]int)
)
Functions ¶
This section is empty.
Types ¶
type Definition ¶
Variable definitions
func NewDef ¶
func NewDef(v ssa.Value) *Definition
NewVarDef creates a new variable definition from an ssa.Value
func (*Definition) String ¶
func (vd *Definition) String() string
type EmptyValue ¶
EmptyValue is a ssa.Value placeholder for values we don't care.
func (EmptyValue) Name ¶
func (v EmptyValue) Name() string
func (EmptyValue) Parent ¶
func (v EmptyValue) Parent() *ssa.Function
func (EmptyValue) Pos ¶
func (v EmptyValue) Pos() token.Pos
func (EmptyValue) Referrers ¶
func (v EmptyValue) Referrers() *[]ssa.Instruction
func (EmptyValue) String ¶
func (v EmptyValue) String() string
func (EmptyValue) Type ¶
func (v EmptyValue) Type() types.Type
Click to show internal directories.
Click to hide internal directories.