HomeSort by relevance Sort by last modified time
    Searched refs:MinBlockCount (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ProfileData/
InstrProf.h 814 MinBlockCount; ///< The minimum execution count for this percentile.
    [all...]
  /external/llvm/lib/ProfileData/
SampleProfReader.cpp 430 auto MinBlockCount = readNumber<uint64_t>();
431 if (std::error_code EC = MinBlockCount.getError())
438 Entries.emplace_back(*Cutoff, *MinBlockCount, *NumBlocks);
InstrProfReader.cpp 601 DetailedSummary.emplace_back((uint32_t)Ent.Cutoff, Ent.MinBlockCount,

Completed in 403 milliseconds