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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h72 // Create spanning tree, Forest contains a special data structure
75 EquivalenceClasses<const T*> Forest; local
80 Forest.insert(e.first);
81 Forest.insert(e.second);
89 if (Forest.findLeader(e.first) != Forest.findLeader(e.second)) {
90 Forest.unionSets(e.first, e.second);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp448 struct Forest { struct in class:syntax::TreeBuilder
449 Forest(syntax::Arena &A) { function in struct:syntax::TreeBuilder::Forest
548 Forest Pending;

Completed in 84 milliseconds