Lines Matching refs:Cluster
146 std::vector<BinaryBasicBlock *> &Cluster = Clusters.back(); in clusterBasicBlocks() local
147 Cluster.push_back(BB); in clusterBasicBlocks()
516 for (ClusterAlgorithm::ClusterTy &Cluster : CAlgo->Clusters) in reorderBasicBlocks()
517 Order.insert(Order.end(), Cluster.begin(), Cluster.end()); in reorderBasicBlocks()
620 ClusterAlgorithm::ClusterTy &Cluster = Clusters[ClusterIndex]; in reorderBasicBlocks() local
621 Order.insert(Order.end(), Cluster.begin(), Cluster.end()); in reorderBasicBlocks()
669 ClusterAlgorithm::ClusterTy &Cluster = Clusters[ClusterIndex]; in reorderBasicBlocks() local
670 Order.insert(Order.end(), Cluster.begin(), Cluster.end()); in reorderBasicBlocks()
674 for (BinaryBasicBlock *BBPtr : Cluster) in reorderBasicBlocks()
725 ClusterAlgorithm::ClusterTy &Cluster = Clusters[ClusterIndex]; in reorderBasicBlocks() local
726 Order.insert(Order.end(), Cluster.begin(), Cluster.end()); in reorderBasicBlocks()