Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DClustering.cpp97 ClusterIdForPoint_.resize(Points_.size()); in validateAndSetup()
104 ClusterIdForPoint_[P] = ClusterId::error(); in validateAndSetup()
132 if (!ClusterIdForPoint_[P].isUndef()) in clusterizeDbScan()
138 ClusterIdForPoint_[P] = ClusterId::noise(); in clusterizeDbScan()
145 ClusterIdForPoint_[P] = CurrentCluster.Id; /* Label initial point */ in clusterizeDbScan()
156 if (ClusterIdForPoint_[Q].isNoise()) { in clusterizeDbScan()
158 ClusterIdForPoint_[Q] = CurrentCluster.Id; in clusterizeDbScan()
162 if (!ClusterIdForPoint_[Q].isUndef()) { in clusterizeDbScan()
166 ClusterIdForPoint_[Q] = CurrentCluster.Id; in clusterizeDbScan()
180 if (ClusterIdForPoint_[P].isNoise()) { in clusterizeDbScan()
[all …]
DClustering.h91 return ClusterIdForPoint_[P]; in getClusterIdForPoint()
143 std::vector<ClusterId> ClusterIdForPoint_; variable