Searched refs:RecDepth (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | BalancedPartitioning.cpp | 113 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 D | BalancedPartitioning.h | 139 void bisect(const FunctionNodeRange Nodes, unsigned RecDepth, 144 void runIterations(const FunctionNodeRange Nodes, unsigned RecDepth,
|