Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp114 unsigned RecDepth, unsigned RootBucket, in bisect() argument
118 if (NumNodes <= 1 || RecDepth >= Config.SplitDepth) { in bisect()
150 auto LeftRecTask = [this, LeftNodes, RecDepth, LeftBucket, Offset, &TP]() { in bisect()
151 bisect(LeftNodes, RecDepth + 1, LeftBucket, Offset, TP); in bisect()
153 auto RightRecTask = [this, RightNodes, RecDepth, RightBucket, MidOffset, in bisect()
155 bisect(RightNodes, RecDepth + 1, RightBucket, MidOffset, TP); in bisect()
158 if (TP && RecDepth < Config.TaskSplitDepth && NumNodes >= 4) { in bisect()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h141 void bisect(const FunctionNodeRange Nodes, unsigned RecDepth,