HomeSort by relevance Sort by last modified time
    Searched defs:MinCount (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/IR/
ProfileSummary.h 30 // The profile summary is one or more (Cutoff, MinCount, NumCounts) triplets.
38 uint64_t MinCount; ///< The minimum count for this percentile.
42 : Cutoff(TheCutoff), MinCount(TheMinCount), NumCounts(TheNumCounts) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
ProfileSummary.h 26 // The profile summary is one or more (Cutoff, MinCount, NumCounts) triplets.
34 uint64_t MinCount; ///< The minimum count for this percentile.
39 : Cutoff(TheCutoff), MinCount(TheMinCount), NumCounts(TheNumCounts) {}
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
WatchdogActionTable.h 38 UINT32 MinCount;
  /external/compiler-rt/lib/profile/
InstrProfilingValue.c 149 uint64_t MinCount = UINT64_MAX;
157 if (CurVNode->Count < MinCount) {
158 MinCount = CurVNode->Count;
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 586 VariadicOperatorMatcherDescriptor(unsigned MinCount, unsigned MaxCount,
588 : MinCount(MinCount), MaxCount(MaxCount), Op(Op),
594 if (Args.size() < MinCount || MaxCount < Args.size()) {
598 << ("(" + Twine(MinCount) + ", " + MaxStr + ")") << Args.size();
633 const unsigned MinCount;
723 template <unsigned MinCount, unsigned MaxCount>
726 MinCount, MaxCount> Func,
728 return new VariadicOperatorMatcherDescriptor(MinCount, MaxCount, Func.Op,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 209 milliseconds