Home
last modified time | relevance | path

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

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