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.cpp114 unsigned RecDepth, unsigned RootBucket, in bisect() argument
130 NumNodes, RootBucket)); in bisect()
132 std::mt19937 RNG(RootBucket); in bisect()
134 unsigned LeftBucket = 2 * RootBucket; in bisect()
135 unsigned RightBucket = 2 * RootBucket + 1; in bisect()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h142 unsigned RootBucket, unsigned Offset,