Home
last modified time | relevance | path

Searched refs:RightBucket (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp135 unsigned RightBucket = 2 * RootBucket + 1; in bisect() local
140 runIterations(Nodes, LeftBucket, RightBucket, RNG); in bisect()
153 auto RightRecTask = [this, RightNodes, RecDepth, RightBucket, MidOffset, in bisect()
155 bisect(RightNodes, RecDepth + 1, RightBucket, MidOffset, TP); in bisect()
169 unsigned RightBucket, in runIterations() argument
205 runIteration(Nodes, LeftBucket, RightBucket, Signatures, RNG); in runIterations()
213 unsigned RightBucket, in runIteration() argument
263 if (moveFunctionNode(*LeftNode, LeftBucket, RightBucket, Signatures, RNG)) in runIteration()
265 if (moveFunctionNode(*RightNode, LeftBucket, RightBucket, Signatures, RNG)) in runIteration()
273 unsigned RightBucket, in moveFunctionNode() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h147 unsigned RightBucket, std::mt19937 &RNG) const;
152 unsigned RightBucket, SignaturesT &Signatures,
158 unsigned RightBucket, SignaturesT &Signatures,