Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h41 AddCountTy AddCount);
45 AddCountTy AddCount);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1848 auto AddCount = [](auto &Counts, const auto &Val) { in LowerBUILD_VECTOR() local
1874 AddCount(SplatValueCounts, Lane); in LowerBUILD_VECTOR()
1879 AddCount(ShuffleCounts, ShuffleSrc); in LowerBUILD_VECTOR()
1883 AddCount(SwizzleCounts, SwizzleSrcs); in LowerBUILD_VECTOR()