Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTimerTree.cpp152 constexpr bool UpdateCounts = false; in push() local
153 update(UpdateCounts); in push()
163 constexpr bool UpdateCounts = true; in pop() local
164 update(UpdateCounts); in pop()
177 void TimerStack::update(bool UpdateCounts) { in update() argument
193 if (UpdateCounts) in update()
200 if (UpdateCounts && Prefix == StackTop) in update()
266 constexpr bool UpdateCounts = true; in dump() local
267 update(UpdateCounts); in dump()
DIceTimerTree.h77 void update(bool UpdateCounts);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
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()