Searched refs:GetProfCount (Results 1 – 2 of 2) 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 53 auto OptProfCount = GetProfCount(E.first, E.second); in propagateFromSCC() 66 auto OptProfCount = GetProfCount(E.first, E.second); in propagateFromSCC() 84 GetProfCountTy GetProfCount, in propagate() argument 96 propagateFromSCC(SCC, GetProfCount, AddCount); in propagate()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | SyntheticCountsUtils.h | 41 static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount, 45 static void propagateFromSCC(const SccTy &SCC, GetProfCountTy GetProfCount,
|