Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp176 assert(ReclaimCounter > 0); in reclaimRecentlyAllocatedNodes()
177 if (--ReclaimCounter != 0) in reclaimRecentlyAllocatedNodes()
179 ReclaimCounter = ReclaimNodeInterval; in reclaimRecentlyAllocatedNodes()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h341 unsigned ReclaimCounter; variable
445 ReclaimCounter = ReclaimNodeInterval = Interval; in enableNodeReclamation()