Home
last modified time | relevance | path

Searched defs:MinBlockCount (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp40 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder()
53 uint32_t MinBlockCount, bool CanGrow) { in create()
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1157 MinBlockCount; ///< The minimum execution count for this percentile. global() member
/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1452 auto MinBlockCount = readNumber<uint64_t>(); readSummaryEntry() local