Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DClustering.h107 const std::vector<Cluster> &getValidClusters() const { return Clusters_; } in getValidClusters() function
H A DAnalysis.cpp202 for (const auto &ClusterIt : Clustering_.getValidClusters()) { in run()