Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dregalloc.go219 type valState struct { struct
220 regs regMask // the set of registers holding a Value (usually just one)
221 uses *use // list of uses in this block
222 spill *Value // spilled copy of the Value (if any)
223 restoreMin int32 // minimum of all restores' blocks' sdom.entry
224 restoreMax int32 // maximum of all restores' blocks' sdom.exit
225 …g bool // cached value of !v.Type.IsMemory() && !v.Type.IsVoid() && !.v.Type.IsFlags()
226 rematerializeable bool // cached value of v.rematerializeable()