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.h97 unsigned TaskSplitDepth = 9; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp86 if (Config.TaskSplitDepth > 1) in run()
156 if (TP && RecDepth < Config.TaskSplitDepth && NumNodes >= 4) { in bisect()