reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
200 for (const size_t PointId : Clusters[I].PointIndices) { 436 if (Cluster.PointIndices.empty()) 440 << Cluster.PointIndices.size() << " points)</p>"; 444 for (const auto &Measurement : Points[Cluster.PointIndices[0]].Measurements) { 452 for (const auto &PointId : Cluster.PointIndices) {tools/llvm-exegesis/lib/Clustering.cpp
103 ErrorCluster_.PointIndices.push_back(P); 145 CurrentCluster.PointIndices.push_back(P); 158 CurrentCluster.PointIndices.push_back(Q); 166 CurrentCluster.PointIndices.push_back(Q); 180 NoiseCluster_.PointIndices.push_back(P); 219 CurrentCluster.PointIndices.reserve(PointsOfOpcode.size()); 220 CurrentCluster.PointIndices.assign(PointsOfOpcode.begin(), 222 assert(CurrentCluster.PointIndices.size() == PointsOfOpcode.size()); 275 UnstableCluster.PointIndices.reserve(ClusterIDs.size()); 289 OldCluster.PointIndices.begin(), OldCluster.PointIndices.end(), 289 OldCluster.PointIndices.begin(), OldCluster.PointIndices.end(), 293 assert(std::distance(it, OldCluster.PointIndices.end()) > 0 && 296 std::for_each(it, OldCluster.PointIndices.end(), 301 UnstableCluster.PointIndices.insert(UnstableCluster.PointIndices.end(), 301 UnstableCluster.PointIndices.insert(UnstableCluster.PointIndices.end(), 302 it, OldCluster.PointIndices.end()); 304 OldCluster.PointIndices.erase(it, OldCluster.PointIndices.end()); 304 OldCluster.PointIndices.erase(it, OldCluster.PointIndices.end()); 308 assert(UnstableCluster.PointIndices.size() > 1 && 310 assert(UnstableCluster.PointIndices.size() >= ClusterIDs.size() && 325 if (Clustering.ErrorCluster_.PointIndices.size() == Points.size()) {unittests/tools/llvm-exegesis/ClusteringTest.cpp
26 return Field(&InstructionBenchmarkClustering::Cluster::PointIndices,