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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp28 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) {
66 AddCount(Entry.first, Entry.second);
74 AddCount(Callee, OptProfCount.getValue());
89 AddCountTy AddCount) {
100 propagateFromSCC(SCC, GetProfCount, AddCount);
27 propagateFromSCC( const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) argument
87 propagate(const CallGraphType &CG, GetProfCountTy GetProfCount, AddCountTy AddCount) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h44 AddCountTy AddCount);
48 AddCountTy AddCount);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1361 auto AddCount = [](auto &Counts, const auto &Val) { local
1387 AddCount(SplatValueCounts, Lane);
1394 AddCount(SwizzleCounts, SwizzleSrcs);

Completed in 171 milliseconds