Searched defs:edgeState (Results 1 – 1 of 1) sorted by relevance
2134 type edgeState struct { struct2135 s *regAllocState2136 p, b *Block // edge goes from p->b.2139 cache map[ID][]*Value2140 cachedVals []ID // (superset of) keys of the above map, for deterministic iteration2143 contents map[Location]contentRecord2146 destinations []dstRecord2147 extra []dstRecord2149 usedRegs regMask // registers currently holding something2150 uniqueRegs regMask // registers holding the only copy of a value[all …]