Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderAlgorithm.cpp619 for (uint32_t ClusterIndex : ClusterOrder) { in reorderBasicBlocks() local
620 ClusterAlgorithm::ClusterTy &Cluster = Clusters[ClusterIndex]; in reorderBasicBlocks()
668 for (uint32_t ClusterIndex : ClusterOrder) { in reorderBasicBlocks() local
669 ClusterAlgorithm::ClusterTy &Cluster = Clusters[ClusterIndex]; in reorderBasicBlocks()
673 if (AvgFreq[ClusterIndex] < static_cast<double>(ColdThreshold)) in reorderBasicBlocks()
724 for (uint32_t ClusterIndex : ClusterOrder) { in reorderBasicBlocks() local
725 ClusterAlgorithm::ClusterTy &Cluster = Clusters[ClusterIndex]; in reorderBasicBlocks()