Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DAnalysis.cpp127 void Analysis::printInstructionRowCsv(const size_t PointId, in printInstructionRowCsv()
199 for (const size_t PointId : ClusterIt.PointIndices) { in run() local
217 for (size_t PointId = 0, E = Points.size(); PointId < E; ++PointId) { in makePointsPerSchedClass() local
318 for (const size_t PointId : Cluster.getPointIds()) { in printSchedClassClustersHtml() local
337 size_t PointId, const InstructionBenchmarkClustering &Clustering) { in addPoint()
450 for (const auto &PointId : Cluster.PointIndices) { in printClusterRawHtml() local
551 for (const size_t PointId : RSCAndPoints.PointIds) { in run() local
/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp423 auto PointId = parseScalarString(PointKVNode.getKey()); in read() local