Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp24 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC() argument
59 AddCount(Entry.first, Entry.second); in propagateFromSCC()
67 AddCount(Callee, *OptProfCount); in propagateFromSCC()
82 AddCountTy AddCount) { in propagate() argument
93 propagateFromSCC(SCC, GetProfCount, AddCount); in propagate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h43 AddCountTy AddCount);
47 AddCountTy AddCount);
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2527 auto AddCount = [](auto &Counts, const auto &Val) { in LowerBUILD_VECTOR() local
2551 AddCount(SplatValueCounts, Lane); in LowerBUILD_VECTOR()
2556 AddCount(ShuffleCounts, ShuffleSrc); in LowerBUILD_VECTOR()
2560 AddCount(SwizzleCounts, SwizzleSrcs); in LowerBUILD_VECTOR()