Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp113 unsigned RecDepth, unsigned RootBucket, in bisect() argument
117 if (NumNodes <= 1 || RecDepth >= Config.SplitDepth) { in bisect()
139 runIterations(Nodes, RecDepth, LeftBucket, RightBucket, RNG); in bisect()
150 bisect(LeftNodes, RecDepth + 1, LeftBucket, Offset, TP); in bisect()
153 bisect(RightNodes, RecDepth + 1, RightBucket, MidOffset, TP); in bisect()
156 if (TP && RecDepth < Config.TaskSplitDepth && NumNodes >= 4) { in bisect()
166 unsigned RecDepth, unsigned LeftBucket, in runIterations() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h139 void bisect(const FunctionNodeRange Nodes, unsigned RecDepth,
144 void runIterations(const FunctionNodeRange Nodes, unsigned RecDepth,