Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DDebugCounter.h75 if (!isCountingEnabled()) in shouldExecute()
153 static bool isCountingEnabled() { in isCountingEnabled() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DDebugCounter.cpp73 if (isCountingEnabled() && PrintDebugCounter) in ~DebugCounter()