Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DClustering.cpp107 ErrorCluster_.PointIndices.push_back(P); in validateAndSetup()
148 CurrentCluster.PointIndices.push_back(P); in clusterizeDbScan()
161 CurrentCluster.PointIndices.push_back(Q); in clusterizeDbScan()
169 CurrentCluster.PointIndices.push_back(Q); in clusterizeDbScan()
183 NoiseCluster_.PointIndices.push_back(P); in clusterizeDbScan()
290 UnstableCluster.PointIndices.reserve(ClusterIDs.size()); in stabilize()
304 OldCluster.PointIndices.begin(), OldCluster.PointIndices.end(), in stabilize()
311 std::for_each(it, OldCluster.PointIndices.end(), in stabilize()
316 UnstableCluster.PointIndices.insert(UnstableCluster.PointIndices.end(), in stabilize()
319 OldCluster.PointIndices.erase(it, OldCluster.PointIndices.end()); in stabilize()
[all …]
H A DAnalysis.cpp206 for (const size_t PointId : ClusterIt.PointIndices) { in run()
442 if (Cluster.PointIndices.empty()) in printClusterRawHtml()
446 << Cluster.PointIndices.size() << " points)</p>"; in printClusterRawHtml()
450 for (const auto &Measurement : Points[Cluster.PointIndices[0]].Measurements) { in printClusterRawHtml()
458 for (const auto &PointId : Cluster.PointIndices) { in printClusterRawHtml()
H A DClustering.h88 std::vector<int> PointIndices; member
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp26 return Field(&InstructionBenchmarkClustering::Cluster::PointIndices, in __anon56ec65d00202()