Searched defs:Forest (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h71 // Create spanning tree, Forest contains a special data structure
74 EquivalenceClasses<const T*> Forest; local
79 Forest.insert(e.first);
80 Forest.insert(e.second);
88 if (Forest.findLeader(e.first) != Forest.findLeader(e.second)) {
89 Forest.unionSets(e.first, e.second);

Completed in 57 milliseconds