Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DAnalysis.cpp126 void Analysis::printInstructionRowCsv(const size_t PointId, in printInstructionRowCsv()
200 for (const size_t PointId : Clusters[I].PointIndices) { in run() local
218 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()
452 for (const auto &PointId : Cluster.PointIndices) { in printClusterRawHtml() local
552 for (const size_t PointId : RSCAndPoints.PointIds) { in run() local
/external/llvm-project/llvm/tools/sancov/
Dsancov.cpp414 auto PointId = parseScalarString(PointKVNode.getKey()); in read() local