Home
last modified time | relevance | path

Searched defs:Clustering (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/
DClusteringTest.cpp44 auto Clustering = InstructionBenchmarkClustering::create(Points, 2, 0.25); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DClustering.cpp160 InstructionBenchmarkClustering Clustering(Points, Epsilon * Epsilon); in create() local
DAnalysis.cpp148 const InstructionBenchmarkClustering &Clustering) in Analysis()
383 size_t PointId, const InstructionBenchmarkClustering &Clustering) { in addPoint()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp213 const auto Clustering = ExitOnErr(InstructionBenchmarkClustering::create( in analysisMain() local