Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dregalloc.go2134 type edgeState struct { struct
2135 s *regAllocState
2136 p, b *Block // edge goes from p->b.
2139 cache map[ID][]*Value
2140 cachedVals []ID // (superset of) keys of the above map, for deterministic iteration
2143 contents map[Location]contentRecord
2146 destinations []dstRecord
2147 extra []dstRecord
2149 usedRegs regMask // registers currently holding something
2150 uniqueRegs regMask // registers holding the only copy of a value
[all …]