Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DClustering.cpp77 ErrorCluster_.PointIndices.push_back(P); in validateAndSetup()
119 CurrentCluster.PointIndices.push_back(P); in dbScan()
131 CurrentCluster.PointIndices.push_back(Q); in dbScan()
139 CurrentCluster.PointIndices.push_back(Q); in dbScan()
151 NoiseCluster_.PointIndices.push_back(P); in dbScan()
164 if (Clustering.ErrorCluster_.PointIndices.size() == Points.size()) { in create()
DClustering.h68 std::vector<int> PointIndices; member
DAnalysis.cpp188 for (const size_t PointId : Clusters[I].PointIndices) { in run()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/
DClusteringTest.cpp40 return Field(&InstructionBenchmarkClustering::Cluster::PointIndices, in TEST()