Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DClustering.cpp146 Cluster &CurrentCluster = Clusters_.back(); in clusterizeDbScan() local
148 CurrentCluster.PointIndices.push_back(P); in clusterizeDbScan()
160 ClusterIdForPoint_[Q] = CurrentCluster.Id; in clusterizeDbScan()
161 CurrentCluster.PointIndices.push_back(Q); in clusterizeDbScan()
168 ClusterIdForPoint_[Q] = CurrentCluster.Id; in clusterizeDbScan()
169 CurrentCluster.PointIndices.push_back(Q); in clusterizeDbScan()
227 Cluster &CurrentCluster = Clusters_.back(); in clusterizeNaive() local
229 for_each(PointsOfSchedClass, [this, &CurrentCluster](size_t P) { in clusterizeNaive()
230 ClusterIdForPoint_[P] = CurrentCluster.Id; in clusterizeNaive()
233 CurrentCluster.PointIndices.reserve(PointsOfSchedClass.size()); in clusterizeNaive()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp76 unsigned CurrentCluster = 0; in getBBClusterInfo() local
112 ((unsigned)BBIndex), CurrentCluster, CurrentPosition++}); in getBBClusterInfo()
114 CurrentCluster++; in getBBClusterInfo()
127 CurrentCluster = 0; in getBBClusterInfo()