Searched refs:UpdateCounts (Results 1 – 3 of 3) sorted by relevance
152 constexpr bool UpdateCounts = false; in push() local153 update(UpdateCounts); in push()163 constexpr bool UpdateCounts = true; in pop() local164 update(UpdateCounts); in pop()177 void TimerStack::update(bool UpdateCounts) { in update() argument193 if (UpdateCounts) in update()200 if (UpdateCounts && Prefix == StackTop) in update()266 constexpr bool UpdateCounts = true; in dump() local267 update(UpdateCounts); in dump()
77 void update(bool UpdateCounts);
32 auto UpdateCounts = [&](TargetTransformInfo &TTI, Function *F, in run() local66 UpdateCounts(TTI, &F, Symtab.getFunction(VD.Value), VD.Count); in run()70 UpdateCounts(TTI, &F, CS.getCalledFunction(), *BBCount); in run()