Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DClustering.h37 ClusterId() : Id_(kUndef) {} in ClusterId() function
53 explicit ClusterId(size_t Id) : Id_(Id) {} in ClusterId() function
DAnalysis.cpp596 const auto &ClusterId = Clustering_.getClusterIdForPoint(PointId); in run() local