Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h85 static bool shouldExecuteImpl(unsigned CounterName);
90 return shouldExecuteImpl(CounterName); in shouldExecute()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp218 bool DebugCounter::shouldExecuteImpl(unsigned CounterName) { in shouldExecuteImpl() function in DebugCounter