Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h98 unsigned TaskSplitDepth = 9; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp87 if (Config.TaskSplitDepth > 1) in run()
158 if (TP && RecDepth < Config.TaskSplitDepth && NumNodes >= 4) { in bisect()