Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h41 AddCountTy AddCount);
45 AddCountTy AddCount);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1745 auto AddCount = [](auto &Counts, const auto &Val) { in LowerBUILD_VECTOR() local
1771 AddCount(SplatValueCounts, Lane); in LowerBUILD_VECTOR()
1776 AddCount(ShuffleCounts, ShuffleSrc); in LowerBUILD_VECTOR()
1780 AddCount(SwizzleCounts, SwizzleSrcs); in LowerBUILD_VECTOR()