Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h39 using AddCountTy = function_ref<void(NodeRef, Scaled64)>; variable
42 AddCountTy AddCount);
46 AddCountTy AddCount);
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp24 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC()
85 AddCountTy AddCount) { in propagate()