Versions in this module Expand all Collapse all v0 v0.6.5 Feb 5, 2020 v0.6.3 Feb 5, 2020 Changes in this version + type DominatorTree struct + func Dominators(root graph.Node, g graph.Directed) DominatorTree + func DominatorsSLT(root graph.Node, g graph.Directed) DominatorTree + func (d DominatorTree) DominatedBy(id int64) []graph.Node + func (d DominatorTree) DominatorOf(id int64) graph.Node + func (d DominatorTree) Root() graph.Node