Searched defs:regState (Results 1 – 1 of 1) sorted by relevance
229 type regState struct { struct230 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.