Home
last modified time | relevance | path

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

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