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.cpp134 unsigned LeftBucket = 2 * RootBucket; in bisect() local
138 split(Nodes, LeftBucket); in bisect()
140 runIterations(Nodes, LeftBucket, RightBucket, RNG); in bisect()
144 llvm::partition(Nodes, [&](auto &N) { return N.Bucket == LeftBucket; }); in bisect()
150 auto LeftRecTask = [this, LeftNodes, RecDepth, LeftBucket, Offset, &TP]() { in bisect()
151 bisect(LeftNodes, RecDepth + 1, LeftBucket, Offset, TP); in bisect()
168 unsigned LeftBucket, in runIterations() argument
195 if (N.Bucket == LeftBucket) { in runIterations()
205 runIteration(Nodes, LeftBucket, RightBucket, Signatures, RNG); in runIterations()
212 unsigned LeftBucket, in runIteration() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h146 void runIterations(const FunctionNodeRange Nodes, unsigned LeftBucket,
151 unsigned runIteration(const FunctionNodeRange Nodes, unsigned LeftBucket,
157 bool moveFunctionNode(BPFunctionNode &N, unsigned LeftBucket,