Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DClustering.cpp266 const SmallSet<ClusterId, 1> &ClusterIDs = OpcodeConfigToClusterID.second; in stabilize() local
269 if (ClusterIDs.size() < 2) in stabilize()
276 UnstableCluster.PointIndices.reserve(ClusterIDs.size()); in stabilize()
280 for (const ClusterId &CID : ClusterIDs) { in stabilize()
311 assert(UnstableCluster.PointIndices.size() >= ClusterIDs.size() && in stabilize()