Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dlca.go27 type lcaRangeBlock struct { struct
28 b *Block
29 parent ID // parent in dominator tree. 0 = no parent (entry or unreachable)
30 firstChild ID // first child in dominator tree
31 sibling ID // next child of parent
32 …os int32 // an index in the Euler tour where this block appears (any one of its occurrences)
33 depth int32 // depth in dominator tree (root=0, its children=1, etc.)