Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h73 if (!isCountingEnabled()) in shouldExecute()
150 static bool isCountingEnabled() { in isCountingEnabled() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp68 if (DC.isCountingEnabled() && PrintDebugCounter) in ~DebugCounterOwner()