Home
last modified time | relevance | path

Searched defs:ClusterId (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DClustering.h48 ClusterId() : Id_(kUndef), IsUnstable_(false) {} in ClusterId() function
H A DAnalysis.cpp556 const auto &ClusterId = Clustering_.getClusterIdForPoint(PointId); in run() local