Searched refs:RecDepth (Results 1 – 2 of 2) sorted by relevance
/freebsd/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() 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 D | BalancedPartitioning.h | 140 void bisect(const FunctionNodeRange Nodes, unsigned RecDepth,
|