Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h37 using GetProfCountTy = function_ref<Optional<Scaled64>(NodeRef, EdgeRef)>; variable
40 static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount,
44 static void propagateFromSCC(const SccTy &SCC, GetProfCountTy GetProfCount,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp24 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC()
84 GetProfCountTy GetProfCount, in propagate()