Home
last modified time | relevance | path

Searched refs:AddCount (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp27 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC() argument
65 AddCount(Entry.first, Entry.second); in propagateFromSCC()
73 AddCount(Callee, OptProfCount.getValue()); in propagateFromSCC()
88 AddCountTy AddCount) { in propagate() argument
99 propagateFromSCC(SCC, GetProfCount, AddCount); in propagate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp28 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC() argument
66 AddCount(Entry.first, Entry.second); in propagateFromSCC()
74 AddCount(Callee, OptProfCount.getValue()); in propagateFromSCC()
89 AddCountTy AddCount) { in propagate() argument
100 propagateFromSCC(SCC, GetProfCount, AddCount); in propagate()
/external/libchrome/base/metrics/
Dsparse_histogram_unittest.cc118 histogram->AddCount(100, 15); in TEST_P()
123 histogram->AddCount(100, 15); in TEST_P()
124 histogram->AddCount(101, 25); in TEST_P()
137 histogram->AddCount(1000000000, 15); in TEST_P()
142 histogram->AddCount(1000000000, 15); in TEST_P()
143 histogram->AddCount(1010000000, 25); in TEST_P()
163 histogram->AddCount(42, count); in TEST_P()
Dhistogram_unittest.cc382 histogram->AddCount(20, 15); in TEST_P()
383 histogram->AddCount(30, 14); in TEST_P()
390 histogram->AddCount(20, 25); in TEST_P()
391 histogram->AddCount(30, 24); in TEST_P()
405 histogram->AddCount(200000000, 15); in TEST_P()
406 histogram->AddCount(300000000, 14); in TEST_P()
413 histogram->AddCount(200000000, 25); in TEST_P()
414 histogram->AddCount(300000000, 24); in TEST_P()
436 histogram->AddCount(42, count); in TEST_P()
Dpersistent_histogram_allocator_unittest.cc235 histogram1->AddCount(1, 4); in TEST_F()
246 histogram2->AddCount(1, 4); in TEST_F()
300 histogram1->AddCount(1, 3); in TEST_F()
302 histogram2->AddCount(1, 3); in TEST_F()
Ddummy_histogram.h33 void AddCount(Sample value, int count) override {} in AddCount() function
Dsparse_histogram.cc107 AddCount(value, 1); in Add()
110 void SparseHistogram::AddCount(Sample value, int count) { in AddCount() function in base::SparseHistogram
Dsparse_histogram.h51 void AddCount(Sample value, int count) override;
Dhistogram_base.h183 virtual void AddCount(Sample value, int count) = 0;
Dhistogram_base.cc105 AddCount(value, count_scaled); in AddScaled()
Dhistogram.cc489 AddCount(value, 1); in Add()
492 void Histogram::AddCount(int value, int count) { in AddCount() function in base::Histogram
1085 histogram_->AddCount(value, scaled_count); in AddScaledCount()
Dhistogram.h214 void AddCount(Sample value, int count) override;
/external/llvm-project/llvm/include/llvm/Analysis/
DSyntheticCountsUtils.h41 AddCountTy AddCount);
45 AddCountTy AddCount);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSyntheticCountsUtils.h44 AddCountTy AddCount);
48 AddCountTy AddCount);
/external/flatbuffers/tests/MyGame/Example/
DStat.cs41 Stat.AddCount(builder, count); in CreateStat()
48 …public static void AddCount(FlatBufferBuilder builder, ushort count) { builder.AddUshort(2, count,… in AddCount() method
DStat.lua47 function Stat.AddCount(builder, count) builder:PrependUint16Slot(2, count, 0) end function
/external/libchrome/base/memory/
Dmemory_pressure_monitor.cc64 AddCount(MemoryPressureLevelToUmaEnumValue(level), ticks), in RecordMemoryPressure()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1361 auto AddCount = [](auto &Counts, const auto &Val) { in LowerBUILD_VECTOR() local
1387 AddCount(SplatValueCounts, Lane); in LowerBUILD_VECTOR()
1394 AddCount(SwizzleCounts, SwizzleSrcs); in LowerBUILD_VECTOR()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1611 auto AddCount = [](auto &Counts, const auto &Val) { in LowerBUILD_VECTOR() local
1637 AddCount(SplatValueCounts, Lane); in LowerBUILD_VECTOR()
1644 AddCount(SwizzleCounts, SwizzleSrcs); in LowerBUILD_VECTOR()