Home
last modified time | relevance | path

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

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