Searched defs:valState (Results 1 – 1 of 1) sorted by relevance
219 type valState struct { struct220 regs regMask // the set of registers holding a Value (usually just one)221 uses *use // list of uses in this block222 spill *Value // spilled copy of the Value (if any)223 restoreMin int32 // minimum of all restores' blocks' sdom.entry224 restoreMax int32 // maximum of all restores' blocks' sdom.exit225 …g bool // cached value of !v.Type.IsMemory() && !v.Type.IsVoid() && !.v.Type.IsFlags()226 rematerializeable bool // cached value of v.rematerializeable()