Searched refs:GetProfCount (Results 1 – 2 of 2) 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 50 auto OptProfCount = GetProfCount(E.first, E.second); in propagateFromSCC() 63 auto OptProfCount = GetProfCount(E.first, E.second); in propagateFromSCC() 81 GetProfCountTy GetProfCount, in propagate() argument 93 propagateFromSCC(SCC, GetProfCount, AddCount); in propagate()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | SyntheticCountsUtils.h | 42 static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount, 46 static void propagateFromSCC(const SccTy &SCC, GetProfCountTy GetProfCount,
|