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.cpp113 unsigned RecDepth, unsigned RootBucket, in bisect() argument
117 if (NumNodes <= 1 || RecDepth >= Config.SplitDepth) { 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h140 void bisect(const FunctionNodeRange Nodes, unsigned RecDepth,