Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp113 unsigned RecDepth, unsigned RootBucket, in bisect() argument
129 NumNodes, RootBucket)); in bisect()
131 std::mt19937 RNG(RootBucket); in bisect()
133 unsigned LeftBucket = 2 * RootBucket; in bisect()
134 unsigned RightBucket = 2 * RootBucket + 1; in bisect()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h141 unsigned RootBucket, unsigned Offset,