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

/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp133 unsigned LeftBucket = 2 * RootBucket; local
137 split(Nodes, LeftBucket);
139 runIterations(Nodes, RecDepth, LeftBucket, RightBucket, RNG);
143 llvm::partition(Nodes, [&](auto &N) { return N.Bucket == LeftBucket; });
150 bisect(LeftNodes, RecDepth + 1, LeftBucket, Offset, TP);
166 unsigned RecDepth, unsigned LeftBucket,
192 if (N.Bucket == LeftBucket) {
202 runIteration(Nodes, LeftBucket, RightBucket, Signatures, RNG);
209 unsigned LeftBucket,
234 bool FromLeftToRight = (N.Bucket == LeftBucket);
165 runIterations(const FunctionNodeRange Nodes, unsigned RecDepth, unsigned LeftBucket, unsigned RightBucket, std::mt19937 &RNG) const argument
268 moveFunctionNode(BPFunctionNode &N, unsigned LeftBucket, unsigned RightBucket, SignaturesT &Signatures, std::mt19937 &RNG) const argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h145 unsigned LeftBucket, unsigned RightBucket,
150 unsigned runIteration(const FunctionNodeRange Nodes, unsigned LeftBucket,
156 bool moveFunctionNode(BPFunctionNode &N, unsigned LeftBucket,

Completed in 188 milliseconds