Searched refs:GetProfCount (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | SyntheticCountsUtils.cpp | 27 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC() argument 56 auto OptProfCount = GetProfCount(E.first, E.second); in propagateFromSCC() 69 auto OptProfCount = GetProfCount(E.first, E.second); in propagateFromSCC() 87 GetProfCountTy GetProfCount, in propagate() argument 99 propagateFromSCC(SCC, GetProfCount, AddCount); in propagate()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | SyntheticCountsUtils.h | 40 static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount, 44 static void propagateFromSCC(const SccTy &SCC, GetProfCountTy GetProfCount,
|