Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTimerTree.cpp94 Nodes[MyIndex].UpdateCount += SrcNode.UpdateCount; in mergeFrom()
201 ++Nodes[Prefix].UpdateCount; in update()
222 Node.UpdateCount = 0; in reset()
289 Nodes[i].UpdateCount); in dump()
DIceTimerTree.h55 size_t UpdateCount = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp157 int UpdateCount = 0; member
483 bool UpdateToFullSet = FS.UpdateCount > StackSafetyMaxIterations; in updateOneNode()
491 LLVM_DEBUG(dbgs() << "=== update [" << FS.UpdateCount in updateOneNode()
498 ++FS.UpdateCount; in updateOneNode()