Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp83 Nodes.size(), Config.SplitDepth, Config.IterationsPerSplit)); in run()
202 for (unsigned I = 0; I < Config.IterationsPerSplit; I++) { in runIterations()
/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h90 unsigned IterationsPerSplit = 40; member