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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.h 38 std::unique_ptr<llvm::InstrProfRecord> ProfRecord;
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp 123 const InstrProfRecord &ProfRecord = ProfileData.second;
126 M += ProfRecord.Counts.size() * sizeof(uint64_t);
145 const InstrProfRecord &ProfRecord = ProfileData.second;
147 CSSummaryBuilder->addRecord(ProfRecord);
149 SummaryBuilder->addRecord(ProfRecord);
152 LE.write<uint64_t>(ProfRecord.Counts.size());
153 for (uint64_t I : ProfRecord.Counts)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 405 InstrProfRecord *ProfRecord;
411 ProfRecord = Record;
429 InstrProfRecord *ProfRecord = IFE.ProfRecord;
437 for (size_t I = 0; I < ProfRecord->Counts.size(); ++I)
438 ProfRecord->Counts[I] = -1;
446 ProfRecord->scale(Numerator, Denominator, [&](instrprof_error E) {

Completed in 51 milliseconds