Searched refs:AddCount (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | SyntheticCountsUtils.h | 42 AddCountTy AddCount); 46 AddCountTy AddCount);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2125 auto AddCount = [](auto &Counts, const auto &Val) { in LowerBUILD_VECTOR() local 2150 AddCount(SplatValueCounts, Lane); in LowerBUILD_VECTOR() 2155 AddCount(ShuffleCounts, ShuffleSrc); in LowerBUILD_VECTOR() 2159 AddCount(SwizzleCounts, SwizzleSrcs); in LowerBUILD_VECTOR()
|