Searched defs:stackAllocState (Results 1 – 2 of 2) sorted by relevance
16 type stackAllocState struct { struct17 f *Func21 live [][]ID25 values []stackValState26 interfere [][]ID // interfere[v.id] = values that interfere with v.27 names []LocalSlot29 nArgSlot, // Number of Values sourced to arg slot30 nNotNeed, // Number of Values not needing a stack slot31 nNamedSlot, // Number of Values using a named stack slot32 nReuse, // Number of values reusing a stack slot[all …]
22 stackAllocState *stackAllocState member