Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp32 auto UpdateCounts = [&](TargetTransformInfo &TTI, Function *F, in run() local
66 UpdateCounts(TTI, &F, Symtab.getFunction(VD.Value), VD.Count); in run()
70 UpdateCounts(TTI, &F, CS.getCalledFunction(), *BBCount); in run()