HomeSort by relevance Sort by last modified time
    Searched refs:CountFrequencies (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/ProfileData/
ProfileCommon.h 51 std::map<uint64_t, uint32_t, std::greater<uint64_t>> CountFrequencies;
97 CountFrequencies[Count]++;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
ProfileCommon.h 46 std::map<uint64_t, uint32_t, std::greater<uint64_t>> CountFrequencies;
98 CountFrequencies[Count]++;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
ProfileCommon.h 46 std::map<uint64_t, uint32_t, std::greater<uint64_t>> CountFrequencies;
98 CountFrequencies[Count]++;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
ProfileCommon.h 46 std::map<uint64_t, uint32_t, std::greater<uint64_t>> CountFrequencies;
98 CountFrequencies[Count]++;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/
ProfileCommon.h 45 std::map<uint64_t, uint32_t, std::greater<uint64_t>> CountFrequencies;
97 CountFrequencies[Count]++;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/
ProfileCommon.h 45 std::map<uint64_t, uint32_t, std::greater<uint64_t>> CountFrequencies;
97 CountFrequencies[Count]++;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
ProfileCommon.h 45 std::map<uint64_t, uint32_t, std::greater<uint64_t>> CountFrequencies;
97 CountFrequencies[Count]++;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/
ProfileCommon.h 45 std::map<uint64_t, uint32_t, std::greater<uint64_t>> CountFrequencies;
97 CountFrequencies[Count]++;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
ProfileCommon.h 46 std::map<uint64_t, uint32_t, std::greater<uint64_t>> CountFrequencies;
98 CountFrequencies[Count]++;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
ProfileCommon.h 46 std::map<uint64_t, uint32_t, std::greater<uint64_t>> CountFrequencies;
98 CountFrequencies[Count]++;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
ProfileCommon.h 46 std::map<uint64_t, uint32_t, std::greater<uint64_t>> CountFrequencies;
98 CountFrequencies[Count]++;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/
ProfileCommon.h 45 std::map<uint64_t, uint32_t, std::greater<uint64_t>> CountFrequencies;
97 CountFrequencies[Count]++;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/
ProfileCommon.h 45 std::map<uint64_t, uint32_t, std::greater<uint64_t>> CountFrequencies;
97 CountFrequencies[Count]++;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/
ProfileCommon.h 45 std::map<uint64_t, uint32_t, std::greater<uint64_t>> CountFrequencies;
97 CountFrequencies[Count]++;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/
ProfileCommon.h 45 std::map<uint64_t, uint32_t, std::greater<uint64_t>> CountFrequencies;
97 CountFrequencies[Count]++;
  /external/llvm/lib/ProfileData/
ProfileSummaryBuilder.cpp 62 auto Iter = CountFrequencies.begin();
63 auto End = CountFrequencies.end();

Completed in 1992 milliseconds