Home
last modified time | relevance | path

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

/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()
/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h97 unsigned TaskSplitDepth = 9; member