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.lua50 function Stat.AddCount(builder, count) builder:PrependUint16Slot(2, count, 0) end function
DStat.cs48 …public static void AddCount(FlatBufferBuilder builder, ushort count) { builder.AddUshort(2, count,… in AddCount() method
DStat.py64 def AddCount(builder, count): builder.PrependUint16Slot(2, count, 0) 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