Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp133 unsigned LeftBucket = 2 * RootBucket; in bisect() local
137 split(Nodes, LeftBucket); in bisect()
139 runIterations(Nodes, RecDepth, LeftBucket, RightBucket, RNG); in bisect()
150 bisect(LeftNodes, RecDepth + 1, LeftBucket, Offset, TP); in bisect()
192 if (N.Bucket == LeftBucket) { in runIterations()
202 runIteration(Nodes, LeftBucket, RightBucket, Signatures, RNG); in runIterations()
209 unsigned LeftBucket, in runIteration() argument
234 bool FromLeftToRight = (N.Bucket == LeftBucket); in runIteration()
269 unsigned LeftBucket, in moveFunctionNode() argument
278 bool FromLeftToRight = (N.Bucket == LeftBucket); in moveFunctionNode()
[all …]
/freebsd-14.2/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,