Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp52 auto UpdateCounts = [&](TargetTransformInfo &TTI, Function *F, in runCGProfilePass() local
86 UpdateCounts(TTI, &F, Symtab.getFunction(VD.Value), VD.Count); in runCGProfilePass()
89 UpdateCounts(TTI, &F, CB->getCalledFunction(), *BBCount); in runCGProfilePass()