Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h88 unsigned SplitDepth = 18; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp82 Nodes.size(), Config.SplitDepth, Config.IterationsPerSplit)); in run()
117 if (NumNodes <= 1 || RecDepth >= Config.SplitDepth) { in bisect()