Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp39 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder()
52 uint32_t MinBlockCount, bool CanGrow) { in create()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h1014 MinBlockCount; ///< The minimum execution count for this percentile. member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1226 auto MinBlockCount = readNumber<uint64_t>(); in readSummaryEntry() local