Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DClustering.cpp144 Cluster &CurrentCluster = Clusters_.back(); in clusterizeDbScan() local
145 ClusterIdForPoint_[P] = CurrentCluster.Id; /* Label initial point */ in clusterizeDbScan()
146 CurrentCluster.PointIndices.push_back(P); in clusterizeDbScan()
158 ClusterIdForPoint_[Q] = CurrentCluster.Id; in clusterizeDbScan()
159 CurrentCluster.PointIndices.push_back(Q); in clusterizeDbScan()
166 ClusterIdForPoint_[Q] = CurrentCluster.Id; in clusterizeDbScan()
167 CurrentCluster.PointIndices.push_back(Q); in clusterizeDbScan()
214 Cluster &CurrentCluster = Clusters_.back(); in clusterizeNaive() local
216 for_each(PointsOfOpcode, [this, &CurrentCluster](size_t P) { in clusterizeNaive()
217 ClusterIdForPoint_[P] = CurrentCluster.Id; in clusterizeNaive()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp447 unsigned CurrentCluster = 0; in getBBClusterInfo() local
483 ((unsigned)BBIndex), CurrentCluster, CurrentPosition++}); in getBBClusterInfo()
485 CurrentCluster++; in getBBClusterInfo()
498 CurrentCluster = 0; in getBBClusterInfo()