Searched defs:AddCount (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/lib/Analysis/ |
D | SyntheticCountsUtils.cpp | 27 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC() 88 AddCountTy AddCount) { in propagate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | SyntheticCountsUtils.cpp | 28 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC() 89 AddCountTy AddCount) { in propagate()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Stat.lua | 47 function Stat.AddCount(builder, count) builder:PrependUint16Slot(2, count, 0) end function
|
D | Stat.cs | 48 …public static void AddCount(FlatBufferBuilder builder, ushort count) { builder.AddUshort(2, count,… in AddCount() method
|
/external/libchrome/base/metrics/ |
D | dummy_histogram.h | 33 void AddCount(Sample value, int count) override {} in AddCount() function
|
D | sparse_histogram.cc | 110 void SparseHistogram::AddCount(Sample value, int count) { in AddCount() function in base::SparseHistogram
|
D | histogram.cc | 492 void Histogram::AddCount(int value, int count) { in AddCount() function in base::Histogram
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 1361 auto AddCount = [](auto &Counts, const auto &Val) { in LowerBUILD_VECTOR() local
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 1611 auto AddCount = [](auto &Counts, const auto &Val) { in LowerBUILD_VECTOR() local
|