Home
last modified time | relevance | path

Searched defs:regState (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dregalloc.go229 type regState struct { struct
230 v *Value // Original (preregalloc) Value stored in this register.
231 c *Value // A Value equal to v which is currently in a register. Might be v or a copy of it.