Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp53 auto UpdateCounts = [&](TargetTransformInfo &TTI, Function *F, in runCGProfilePass() local
93 UpdateCounts(TTI, &F, Symtab.getFunction(VD.Value), VD.Count); in runCGProfilePass()
97 UpdateCounts(TTI, &F, CB->getCalledFunction(), *BBCount); in runCGProfilePass()