Searched refs:AddCount (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Analysis/ |
H A D | SyntheticCountsUtils.cpp | 24 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC() argument 62 AddCount(Entry.first, Entry.second); in propagateFromSCC() 70 AddCount(Callee, *OptProfCount); in propagateFromSCC() 85 AddCountTy AddCount) { in propagate() argument 96 propagateFromSCC(SCC, GetProfCount, AddCount); in propagate()
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | SyntheticCountsUtils.h | 43 AddCountTy AddCount); 47 AddCountTy AddCount);
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2340 auto AddCount = [](auto &Counts, const auto &Val) { in LowerSETCC() 2365 AddCount(SplatValueCounts, Lane); in unrollVectorShift() 2370 AddCount(ShuffleCounts, ShuffleSrc); in unrollVectorShift() 2374 AddCount(SwizzleCounts, SwizzleSrcs); in unrollVectorShift() 2124 auto AddCount = [](auto &Counts, const auto &Val) { LowerBUILD_VECTOR() local
|