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

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp 1243 auto MaxBlockCount = readNumber<uint64_t>();
1244 if (std::error_code EC = MaxBlockCount.getError())
1270 ProfileSummary::PSK_Sample, Entries, *TotalCount, *MaxBlockCount, 0,
InstrProfWriter.cpp 279 TheSummary->set(Summary::MaxBlockCount, PS.getMaxCount());
InstrProfReader.cpp 790 SummaryData->get(Summary::MaxBlockCount),
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 1030 MaxBlockCount = 3,

Completed in 53 milliseconds