HomeSort by relevance Sort by last modified time
    Searched defs:MinCount (Results 1 - 19 of 19) 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) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/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) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/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) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/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) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/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) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/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) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/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) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/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) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/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) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/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) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/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) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/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) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/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,
  /frameworks/native/libs/vr/libbroadcastring/
broadcast_ring_test.cc 79 static uint32_t MinCount() { return MaxReserved + MinAvailable; }
87 static uint32_t MinCount() { return StaticCount; }
132 auto mmap = CreateRing(&ring, Ring::Traits::MinCount());
133 EXPECT_EQ(Ring::Traits::MinCount(), ring.record_count());
141 auto mmap = CreateRing(&ring, Ring::Traits::MinCount());
173 auto mmap = CreateRing(&ring, Ring::Traits::MinCount());
199 auto mmap = CreateRing(&ring, Ring::Traits::MinCount());
293 auto mmap = CreateRing(&ring, Ring::Traits::MinCount());
334 auto mmap = CreateRing(&original_ring, OriginalRing::Traits::MinCount());
344 CreateRing(&imported_ring, ImportedRing::Traits::MinCount());
    [all...]

Completed in 1833 milliseconds