Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h40 using AddCountTy = function_ref<void(NodeRef, Scaled64)>; variable
43 AddCountTy AddCount);
47 AddCountTy AddCount);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp24 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC()
82 AddCountTy AddCount) { in propagate()