Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp199 unsigned CurrentClusterSize = BalancingQueue.top().second; in findPartitions() local
215 CurrentClusterSize++; in findPartitions()
218 BalancingQueue.push(std::make_pair(CurrentClusterID, CurrentClusterSize)); in findPartitions()