Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dstackalloc.go16 type stackAllocState struct { struct
17 f *Func
21 live [][]ID
25 values []stackValState
26 interfere [][]ID // interfere[v.id] = values that interfere with v.
27 names []LocalSlot
29 nArgSlot, // Number of Values sourced to arg slot
30 nNotNeed, // Number of Values not needing a stack slot
31 nNamedSlot, // Number of Values using a named stack slot
32 nReuse, // Number of values reusing a stack slot
[all …]
Dcache.go22 stackAllocState *stackAllocState member