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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp27 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) {
65 AddCount(Entry.first, Entry.second);
73 AddCount(Callee, OptProfCount.getValue());
88 AddCountTy AddCount) {
99 propagateFromSCC(SCC, GetProfCount, AddCount);
26 propagateFromSCC( const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) argument
86 propagate(const CallGraphType &CG, GetProfCountTy GetProfCount, AddCountTy AddCount) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h41 AddCountTy AddCount);
45 AddCountTy AddCount);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1476 auto AddCount = [](auto &Counts, const auto &Val) { local
1502 AddCount(SplatValueCounts, Lane);
1509 AddCount(SwizzleCounts, SwizzleSrcs);

Completed in 79 milliseconds