Searched refs:UpdateCounts (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTimerTree.cpp | 152 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() 267 constexpr bool UpdateCounts = true; in dump() local 268 update(UpdateCounts); in dump()
|
D | IceTimerTree.h | 77 void update(bool UpdateCounts);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | CGProfile.cpp | 31 auto UpdateCounts = [&](TargetTransformInfo &TTI, Function *F, in run() local 65 UpdateCounts(TTI, &F, Symtab.getFunction(VD.Value), VD.Count); in run() 69 UpdateCounts(TTI, &F, CS.getCalledFunction(), *BBCount); in run()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | CGProfile.cpp | 54 auto UpdateCounts = [&](TargetTransformInfo &TTI, Function *F, in runCGProfilePass() local 92 UpdateCounts(TTI, &F, Symtab.getFunction(VD.Value), VD.Count); in runCGProfilePass() 96 UpdateCounts(TTI, &F, CB->getCalledFunction(), *BBCount); in runCGProfilePass()
|
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
D | topk_accuracy_eval_stage.cc | 107 UpdateCounts(top_k); in Run() 124 void TopkAccuracyEvalStage::UpdateCounts(const std::vector<int>& topk_indices) { in UpdateCounts() function in tflite::evaluation::TopkAccuracyEvalStage
|
D | topk_accuracy_eval_stage.h | 67 void UpdateCounts(const std::vector<int>& topk_indices);
|