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