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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h74 // Create spanning tree, Forest contains a special data structure
77 EquivalenceClasses<const T*> Forest; local
82 Forest.insert(e.first);
83 Forest.insert(e.second);
91 if (Forest.findLeader(e.first) != Forest.findLeader(e.second)) {
92 Forest.unionSets(e.first, e.second);

Completed in 108 milliseconds