Home
last modified time | relevance | path

Searched defs:MinCount (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DProfileSummary.h35 const uint64_t MinCount; ///< The minimum count for this percentile. member
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingValue.c154 uint64_t MinCount = UINT64_MAX; in instrumentTargetValueImpl() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptParser.cpp289 Expected<SmallVector<RCInt, 8>> RCParser::readIntsWithCommas(size_t MinCount, in readIntsWithCommas()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp692 unsigned MinCount = Known.countMinPopulation(); in foldCtpop() local