6 references to FindSet
ILCompiler.RyuJit (6)
parent\ILCompiler.ReadyToRun\Compiler\PettisHansenSort\DisjointSetForest.cs (2)
65x = FindSet(x); 66y = FindSet(y);
parent\ILCompiler.ReadyToRun\Compiler\PettisHansenSort\PettisHansen.cs (4)
74from = unionFind.FindSet(from); 75to = unionFind.FindSet(to); 85int winner = unionFind.FindSet(from); 123Debug.Assert(phEdges[loser].Count(e => unionFind.FindSet(e.Key) == winner) == 1);