Home
last modified time | relevance | path

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

/freebsd/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, LeftBucket, RightBucket, RNG); in bisect()
143 llvm::partition(Nodes, [&](auto &N) { return N.Bucket == LeftBucket; }); in bisect()
150 bisect(LeftNodes, RecDepth + 1, LeftBucket, Offset, TP); in bisect()
166 unsigned LeftBucket, in runIterations() argument
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()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h145 void runIterations(const FunctionNodeRange Nodes, unsigned LeftBucket,
150 unsigned runIteration(const FunctionNodeRange Nodes, unsigned LeftBucket,
156 bool moveFunctionNode(BPFunctionNode &N, unsigned LeftBucket,