Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dregalloc.go2155 type contentRecord struct { struct
2156 vid ID // pre-regalloc value
2157 c *Value // cached value
2158 final bool // this is a satisfied destination
2159 pos src.XPos // source position of use of the value