Searched refs:GetProfCount (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | SyntheticCountsUtils.cpp | 29 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC() argument 58 auto OptProfCount = GetProfCount(E.first, E.second); in propagateFromSCC() 71 auto OptProfCount = GetProfCount(E.first, E.second); in propagateFromSCC() 89 GetProfCountTy GetProfCount, in propagate() argument 101 propagateFromSCC(SCC, GetProfCount, AddCount); in propagate()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | SyntheticCountsUtils.h | 44 static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount, 48 static void propagateFromSCC(const SccTy &SCC, GetProfCountTy GetProfCount,
|