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.cpp134 unsigned RightBucket = 2 * RootBucket + 1; in bisect() local
139 runIterations(Nodes, LeftBucket, RightBucket, RNG); in bisect()
153 bisect(RightNodes, RecDepth + 1, RightBucket, MidOffset, TP); in bisect()
167 unsigned RightBucket, in runIterations() argument
202 runIteration(Nodes, LeftBucket, RightBucket, Signatures, RNG); in runIterations()
210 unsigned RightBucket, in runIteration() argument
260 if (moveFunctionNode(*LeftNode, LeftBucket, RightBucket, Signatures, RNG)) in runIteration()
262 if (moveFunctionNode(*RightNode, LeftBucket, RightBucket, Signatures, RNG)) in runIteration()
270 unsigned RightBucket, in moveFunctionNode() argument
280 N.Bucket = (FromLeftToRight ? RightBucket : LeftBucket); in moveFunctionNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h146 unsigned RightBucket, std::mt19937 &RNG) const;
151 unsigned RightBucket, SignaturesT &Signatures,
157 unsigned RightBucket, SignaturesT &Signatures,