Searched defs:AddCount (Results 1 – 5 of 5) sorted by relevance
28 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC()89 AddCountTy AddCount) { in propagate()
63 function Stat.AddCount(builder, count) function
48 …public static void AddCount(FlatBufferBuilder builder, ushort count) { builder.AddUshort(2, count,… in AddCount() method
73 def AddCount(builder, count): function
1361 auto AddCount = [](auto &Counts, const auto &Val) { in LowerBUILD_VECTOR() local