Home
last modified time | relevance | path

Searched refs:GetProfCountTy (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h37 using GetProfCountTy = variable
41 static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount,
45 static void propagateFromSCC(const SccTy &SCC, GetProfCountTy GetProfCount,
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp24 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC()
84 GetProfCountTy GetProfCount, in propagate()