Searched defs:lcaRangeBlock (Results 1 – 1 of 1) sorted by relevance
27 type lcaRangeBlock struct { struct28 b *Block29 parent ID // parent in dominator tree. 0 = no parent (entry or unreachable)30 firstChild ID // first child in dominator tree31 sibling ID // next child of parent32 …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.)