HomeSort by: relevance | last modified time | path
    Searched refs:PointId (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Analysis.cpp 126 void Analysis::printInstructionRowCsv(const size_t PointId,
128 const InstructionBenchmark &Point = Clustering_.getPoints()[PointId];
129 writeClusterId<kEscapeCsv>(OS, Clustering_.getClusterIdForPoint(PointId));
203 for (const size_t PointId : ClusterIt.PointIndices) {
204 printInstructionRowCsv(PointId, OS);
221 for (size_t PointId = 0, E = Points.size(); PointId < E; ++PointId) {
222 const InstructionBenchmark &Point = Points[PointId];
240 Entry.PointIds.push_back(PointId);
    [all...]
Analysis.h 64 void addPoint(size_t PointId,
83 void printInstructionRowCsv(size_t PointId, raw_ostream &OS) const;
  /src/external/apache2/llvm/dist/llvm/tools/sancov/
sancov.cpp 414 auto PointId = parseScalarString(PointKVNode.getKey());
423 if (Points.find(PointId) == Points.end())
424 Points.insert(std::make_pair(PointId, CoveragePoint(PointId)));
433 CoveragePoint *CoveragePoint = &Points.find(PointId)->second;

Completed in 17 milliseconds