Lines Matching refs:ClusterId
74 const InstructionBenchmarkClustering::ClusterId &CID) { in writeClusterId()
340 if (ClusterId.isUndef()) in addPoint()
341 ClusterId = Clustering.getClusterIdForPoint(PointId); in addPoint()
342 assert(ClusterId == Clustering.getClusterIdForPoint(PointId)); in addPoint()
432 const InstructionBenchmarkClustering::ClusterId &Id, StringRef display_name, in printClusterRawHtml()
553 const auto &ClusterId = Clustering_.getClusterIdForPoint(PointId); in run() local
554 if (!ClusterId.isValid()) in run()
556 if (ClusterId.isUnstable() ^ AnalysisDisplayUnstableOpcodes_) in run()
560 [ClusterId](const SchedClassCluster &C) { in run()
561 return C.id() == ClusterId; in run()
595 printClusterRawHtml(InstructionBenchmarkClustering::ClusterId::noise(), in run()