Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dsparsetree.go12 type SparseTreeNode struct { struct
13 child *Block
14 sibling *Block
15 parent *Block
25 entry, exit int32
28 func (s *SparseTreeNode) String() string {
32 func (s *SparseTreeNode) Entry() int32 {
36 func (s *SparseTreeNode) Exit() int32 {