Home
last modified time | relevance | path

Searched defs:AddCount (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp28 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC()
89 AddCountTy AddCount) { in propagate()
/third_party/flatbuffers/tests/MyGame/Example/
DStat.lua63 function Stat.AddCount(builder, count) function
DStat.cs48 …public static void AddCount(FlatBufferBuilder builder, ushort count) { builder.AddUshort(2, count,… in AddCount() method
DStat.py73 def AddCount(builder, count): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1361 auto AddCount = [](auto &Counts, const auto &Val) { in LowerBUILD_VECTOR() local