Lines Matching refs:ClusterId
74 const InstructionBenchmarkClustering::ClusterId &CID) { in writeClusterId()
346 if (ClusterId.isUndef()) in addPoint()
347 ClusterId = Clustering.getClusterIdForPoint(PointId); in addPoint()
348 assert(ClusterId == Clustering.getClusterIdForPoint(PointId)); in addPoint()
438 const InstructionBenchmarkClustering::ClusterId &Id, StringRef display_name, in printClusterRawHtml()
559 const auto &ClusterId = Clustering_.getClusterIdForPoint(PointId); in run() local
560 if (!ClusterId.isValid()) in run()
562 if (ClusterId.isUnstable() ^ AnalysisDisplayUnstableOpcodes_) in run()
565 SchedClassClusters, [ClusterId](const SchedClassCluster &C) { in run()
566 return C.id() == ClusterId; in run()
600 printClusterRawHtml(InstructionBenchmarkClustering::ClusterId::noise(), in run()