Searched refs:MinBlockCount (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/ |
D | MSFBuilder.h | 59 uint32_t MinBlockCount = 0, 122 MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/ |
D | MSFBuilder.cpp | 39 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder() argument 43 BlockMapAddr(kDefaultBlockMapAddr), FreeBlocks(MinBlockCount, true) { in MSFBuilder() 52 uint32_t MinBlockCount, bool CanGrow) { in create() argument 58 std::max(MinBlockCount, msf::getMinimumBlockCount()), in create()
|
/external/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 430 auto MinBlockCount = readNumber<uint64_t>(); in readSummaryEntry() local 431 if (std::error_code EC = MinBlockCount.getError()) in readSummaryEntry() 438 Entries.emplace_back(*Cutoff, *MinBlockCount, *NumBlocks); in readSummaryEntry()
|
D | InstrProfReader.cpp | 601 DetailedSummary.emplace_back((uint32_t)Ent.Cutoff, Ent.MinBlockCount, in readSummary()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 523 auto MinBlockCount = readNumber<uint64_t>(); in readSummaryEntry() local 524 if (std::error_code EC = MinBlockCount.getError()) in readSummaryEntry() 531 Entries.emplace_back(*Cutoff, *MinBlockCount, *NumBlocks); in readSummaryEntry()
|
D | InstrProfReader.cpp | 627 DetailedSummary.emplace_back((uint32_t)Ent.Cutoff, Ent.MinBlockCount, in readSummary()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 814 MinBlockCount; ///< The minimum execution count for this percentile. member 874 ER.MinBlockCount = E.MinCount; in setEntry()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 918 MinBlockCount; ///< The minimum execution count for this percentile. member 987 ER.MinBlockCount = E.MinCount; in setEntry()
|