Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DClustering.cpp105 ErrorCluster_.PointIndices.push_back(P); in validateAndSetup()
146 CurrentCluster.PointIndices.push_back(P); in clusterizeDbScan()
159 CurrentCluster.PointIndices.push_back(Q); in clusterizeDbScan()
167 CurrentCluster.PointIndices.push_back(Q); in clusterizeDbScan()
181 NoiseCluster_.PointIndices.push_back(P); in clusterizeDbScan()
220 CurrentCluster.PointIndices.reserve(PointsOfOpcode.size()); in clusterizeNaive()
221 CurrentCluster.PointIndices.assign(PointsOfOpcode.begin(), in clusterizeNaive()
223 assert(CurrentCluster.PointIndices.size() == PointsOfOpcode.size()); in clusterizeNaive()
276 UnstableCluster.PointIndices.reserve(ClusterIDs.size()); in stabilize()
290 OldCluster.PointIndices.begin(), OldCluster.PointIndices.end(), in stabilize()
[all …]
DAnalysis.cpp200 for (const size_t PointId : Clusters[I].PointIndices) { in run()
436 if (Cluster.PointIndices.empty()) in printClusterRawHtml()
440 << Cluster.PointIndices.size() << " points)</p>"; in printClusterRawHtml()
444 for (const auto &Measurement : Points[Cluster.PointIndices[0]].Measurements) { in printClusterRawHtml()
452 for (const auto &PointId : Cluster.PointIndices) { in printClusterRawHtml()
DClustering.h87 std::vector<int> PointIndices; member
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/
DClusteringTest.cpp26 return Field(&InstructionBenchmarkClustering::Cluster::PointIndices, in __anon5cc1a8170202()